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 _OBJNOD_INI_BY_CPL_H_ 00014 #define _OBJNOD_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_objnod(cpl_parameterlist * cpl_cfg, 00054 cpl_frameset* sof, cpl_frameset** stk) ; 00055 void objnod_free(object_config * cfg); 00056 00057 /*</python>*/ 00058 00059 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001