twiflat_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   twiflat_ini_by_cpl.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   Oct 26, 2001
00007    Description  :   preparing twiflat ini file handling for SPIFFI
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _TWIFLAT_INI_BY_CPL_H_
00013 #define _TWIFLAT_INI_BY_CPLH_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 /*
00021 #include <stdio.h>
00022 */
00023 /*
00024 #include <cxtypes.h>
00025 #include <cxmessages.h>
00026 */
00027 #include <cpl.h>
00028 
00029 #include "sinfoni_recipes_defaults.h"
00030 /*
00031 #include "sinfoni_dfs.h"
00032 #include "eclipse.h"
00033 */
00034 #include "twiflat_cfg.h"
00035 /*---------------------------------------------------------------------------
00036                                 Defines
00037 ---------------------------------------------------------------------------*/
00038 
00039 #define FRAME_TWI        0     /* twilight sky flat */
00040 #define FRAME_DARK       1     /* dark frame */
00041 #define FRAME_INT_ON     2     /* integrating sphere flat, lamp on */
00042 #define FRAME_INT_OFF    3     /* integrating sphere, lamp off */
00043  
00044 /*----------------------------------------------------------------------------
00045                              Function prototypes 
00046  ---------------------------------------------------------------------------*/
00047 
00048 /* removed generateTwiflat_ini_file */
00049 
00050 /*-------------------------------------------------------------------------*/
00061 /*--------------------------------------------------------------------------*/
00062 
00063 /*<python>*/
00064 twiflat_config * parse_cpl_input_twiflat(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, cpl_frameset** raw) ;
00065 /*</python>*/
00066 
00067 #endif

Generated on Wed Oct 26 13:08:56 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001