00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : dark_ini_by_cpl.h 00005 Author : Andrea Modigliani 00006 Created on : May 18, 2004 00007 Description : cpl input file handling for SPIFFIs dark frame handling 00008 00009 ---------------------------------------------------------------------------*/ 00010 00011 00012 #ifndef _DARK_INI_BY_CPL_H_ 00013 #define _DARK_INI_BY_CPL_H_ 00014 00015 00016 /*--------------------------------------------------------------------------- 00017 Includes 00018 ---------------------------------------------------------------------------*/ 00019 00020 #include <cpl.h> 00021 00022 /* 00023 #include <stdio.h> 00024 #include <cxtypes.h> 00025 #include <cxmessages.h> 00026 #include "eclipse.h" 00027 #include "fitshead.h" 00028 #include "sinfoni_dfs.h" 00029 */ 00030 #include "dark_cfg.h" 00031 #include "sinfoni_recipes_defaults.h" 00032 00033 /*---------------------------------------------------------------------------- 00034 Function prototypes 00035 ---------------------------------------------------------------------------*/ 00036 00037 00038 /*-------------------------------------------------------------------------*/ 00049 /*--------------------------------------------------------------------------*/ 00050 00051 dark_config * parse_cpl_input_dark(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 00052 cpl_frameset** raw) ; 00053 void dark_free(dark_config * cfg); 00054 00055 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001