detlin_ini.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   detlin_ini.h
00005    Author       :   Juergen Schreiber
00006    Created on   :   April 19, 2002
00007    Description  :   prepare handling of .ini file for the search for static 
00008                         bad pixels
00009 
00010  ---------------------------------------------------------------------------*/
00011 
00012 
00013 #ifndef _DETLIN_INI_H_
00014 #define _DETLIN_INI_H_
00015 
00016 
00017 /*---------------------------------------------------------------------------
00018                                 Includes
00019 ---------------------------------------------------------------------------*/
00020 
00021 /*
00022 #include <stdio.h>
00023 */
00024 #include <cpl.h>
00025 #include "eclipse.h"
00026 #include "detlin_cfg.h"
00027 
00028  
00029 /*---------------------------------------------------------------------------
00030                                 Defines
00031 ---------------------------------------------------------------------------*/
00032  
00033 /*----------------------------------------------------------------------------
00034                              Function prototypes 
00035  ---------------------------------------------------------------------------*/
00036 
00037 
00038 /*-------------------------------------------------------------------------*/
00051 /*--------------------------------------------------------------------------*/
00052 /*<python>*/
00053 int generateDetlin_ini_file(
00054         char * ini_name,
00055         char * name_i,
00056         char * name_o
00057 );
00058 /*</python>*/
00059 
00060 /*-------------------------------------------------------------------------*/
00071 /*--------------------------------------------------------------------------*/
00072 
00073 /*<python>*/
00074 detlin_config * parse_detlin_ini_file(char * ini_name) ;
00075 /*</python>*/
00076 
00077 #endif

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