00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : badnorm_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 _BADNORM_INI_BY_CPL_H_ 00013 #define _BADNORM_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 00029 /* #include "eclipse.h" */ 00030 /* 00031 #include "sinfoni_dfs.h" 00032 */ 00033 #include "sinfoni_recipes_defaults.h" 00034 00035 00036 #include "bad_cfg.h" 00037 00038 00039 /*--------------------------------------------------------------------------- 00040 Defines 00041 ---------------------------------------------------------------------------*/ 00042 00043 /*---------------------------------------------------------------------------- 00044 Function prototypes 00045 ---------------------------------------------------------------------------*/ 00046 00047 00048 /*-------------------------------------------------------------------------*/ 00061 /*--------------------------------------------------------------------------*/ 00062 void bad_free(bad_config * cfg); 00063 /*<python>*/ 00064 bad_config * parse_cpl_input_badnorm(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 00065 const char* procatg, cpl_frameset** raw); 00066 /*</python>*/ 00067 00068 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001