00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : standstar_ini_by_cpl.h 00005 Author : Andrea Modigliani 00006 Created on : May 23, 2004 00007 Description : cpl input handling for SPIFFIs data reduction of a standard star 00008 00009 ---------------------------------------------------------------------------*/ 00010 00011 00012 #ifndef _STANDSTAR_INI_BY_H_ 00013 #define _STANDSTAR_INI_BY_H_ 00014 00015 00016 /*--------------------------------------------------------------------------- 00017 Includes 00018 ---------------------------------------------------------------------------*/ 00019 00020 #include <stdio.h> 00021 #include <cpl.h> 00022 /* 00023 #include <cxtypes.h> 00024 #include <cxmessages.h> 00025 #include "eclipse.h" 00026 */ 00027 #include "sinfoni_dfs.h" 00028 #include "standstar_cfg.h" 00029 #include "sinfoni_recipes_defaults.h" 00030 00031 00032 /*---------------------------------------------------------------------------- 00033 Function prototypes 00034 ---------------------------------------------------------------------------*/ 00035 00036 00037 /* generateStandstar_ini_file */ 00038 00039 /*-------------------------------------------------------------------------*/ 00050 /*--------------------------------------------------------------------------*/ 00051 00052 /*<python>*/ 00053 void 00054 stdstar_free(standstar_config * cfg); 00055 standstar_config * parse_cpl_input_standstar(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 00056 cpl_frameset** raw) ; 00057 00058 /*</python>*/ 00059 00060 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001