00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : tilt_ini.h 00005 Author : Juergen Schreiber 00006 Created on : Oct 25, 2001 00007 Description : prepare handling of .ini file for the determination 00008 of the spectral tilt 00009 00010 ---------------------------------------------------------------------------*/ 00011 00012 00013 #ifndef _TILT_INI_H_ 00014 #define _TILT_INI_H_ 00015 00016 00017 /*--------------------------------------------------------------------------- 00018 Includes 00019 ---------------------------------------------------------------------------*/ 00020 00021 /* 00022 #include <stdio.h> 00023 */ 00024 #include "eclipse.h" 00025 #include <cpl.h> 00026 #include "tilt_cfg.h" 00027 00028 00029 /*--------------------------------------------------------------------------- 00030 Defines 00031 ---------------------------------------------------------------------------*/ 00032 #define FRAME_ON 1 /* object frames */ 00033 #define FRAME_OFF 0 /* off frames */ 00034 00035 /*---------------------------------------------------------------------------- 00036 Function prototypes 00037 ---------------------------------------------------------------------------*/ 00038 00039 00040 /*-------------------------------------------------------------------------*/ 00053 /*--------------------------------------------------------------------------*/ 00054 /*<python>*/ 00055 int generateTilt_ini_file( 00056 char * ini_name, 00057 char * name_i, 00058 char * name_o 00059 ); 00060 /*</python>*/ 00061 00062 /*-------------------------------------------------------------------------*/ 00073 /*--------------------------------------------------------------------------*/ 00074 00075 /*<python>*/ 00076 tilt_config * parse_tilt_ini_file(char * ini_name) ; 00077 /*</python>*/ 00078 00079 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001