00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : object_ini_by_cpl.h 00005 Author : Andrea Modigliani 00006 Created on : May 04, 2004 00007 Description : cpl input handling for SPIFFIs creation of a data cube 00008 from a science object observation 00009 00010 ---------------------------------------------------------------------------*/ 00011 00012 00013 #ifndef _OBJSPIDER_INI_BY_CPL_H_ 00014 #define _OBJSPIDER_INI_BY_CPL_H_ 00015 00016 00017 /*--------------------------------------------------------------------------- 00018 Includes 00019 ---------------------------------------------------------------------------*/ 00020 00021 /* 00022 #include <stdio.h> 00023 */ 00024 #include <cpl.h> 00025 00026 /* 00027 #include <cxtypes.h> 00028 #include <cxmessages.h> 00029 #include "sinfoni_dfs.h" 00030 #include "eclipse.h" 00031 */ 00032 #include "object_cfg.h" 00033 #include "sinfoni_recipes_defaults.h" 00034 00035 /*---------------------------------------------------------------------------- 00036 Function prototypes 00037 ---------------------------------------------------------------------------*/ 00038 00039 /*-------------------------------------------------------------------------*/ 00050 /*--------------------------------------------------------------------------*/ 00051 00052 /*<python>*/ 00053 object_config * parse_cpl_input_objspider(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, cpl_frameset** stk) ; 00054 void objspider_free(object_config * cfg); 00055 /*</python>*/ 00056 00057 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001