00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : bad_ini.h 00005 Author : Juergen Schreiber 00006 Created on : Oct 25, 2001 00007 Description : prepare handling of .ini file for the search for static 00008 bad pixels 00009 00010 ---------------------------------------------------------------------------*/ 00011 00012 00013 #ifndef _BAD_INI_H_ 00014 #define _BAD_INI_H_ 00015 00016 00017 /*--------------------------------------------------------------------------- 00018 Includes 00019 ---------------------------------------------------------------------------*/ 00020 00021 /* #include <stdio.h> */ 00022 00023 #include "eclipse.h" 00024 #include "bad_cfg.h" 00025 #include <cpl.h> 00026 00027 00028 /*--------------------------------------------------------------------------- 00029 Defines 00030 ---------------------------------------------------------------------------*/ 00031 00032 /*---------------------------------------------------------------------------- 00033 Function prototypes 00034 ---------------------------------------------------------------------------*/ 00035 00036 00037 /*-------------------------------------------------------------------------*/ 00050 /*--------------------------------------------------------------------------*/ 00051 /*<python>*/ 00052 int generateBad_ini_file( 00053 char * ini_name, 00054 char * name_i, 00055 char * name_o 00056 ); 00057 /*</python>*/ 00058 00059 /*-------------------------------------------------------------------------*/ 00070 /*--------------------------------------------------------------------------*/ 00071 00072 /*<python>*/ 00073 bad_config * parse_bad_ini_file(char * ini_name) ; 00074 /*</python>*/ 00075 00076 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001