baddist_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   baddist_ini_by_cpl.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   Jun 16, 2004
00007    Description  :   parse cpl input for the search for static bad pixels
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _BADDIST_INI_BY_CPL_H_
00013 #define _BADDIST_INI_BY_CPL_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 /* #include <stdio.h> */
00021 #include <cpl.h>
00022 
00023 /*
00024 #include <cxtypes.h>
00025 #include <cxmessages.h>
00026 */
00027 
00028 /* #include "eclipse.h" */
00029 /*
00030 #include "sinfoni_dfs.h"
00031 */
00032 #include "sinfoni_recipes_defaults.h"
00033 
00034 
00035 #include "bad_cfg.h"
00036 
00037  
00038 /*---------------------------------------------------------------------------
00039                                 Defines
00040 ---------------------------------------------------------------------------*/
00041  
00042 /*----------------------------------------------------------------------------
00043                              Function prototypes 
00044  ---------------------------------------------------------------------------*/
00045 
00046 
00047 /*-------------------------------------------------------------------------*/
00060 /*--------------------------------------------------------------------------*/
00061 void bad_free(bad_config * cfg);
00062 /*<python>*/
00063 bad_config * parse_cpl_input_baddist(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 
00064              const char* procatg, cpl_frameset** raw);
00065 /*</python>*/
00066 
00067 #endif

Generated on Wed Oct 26 13:08:51 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001