wavecal_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   wavecal_ini_by_cpl.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   May 21, 2004
00007    Description  :   wavelength calibration cpl input handling for SPIFFI
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _WAVECAL_INI_BY_CPL_H_
00013 #define _WAVECAL_INI_BY_CPL_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 /*
00021 #include <stdio.h>
00022 */
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 "sinfoni_recipes_defaults.h"
00033 #include "wavecal_cfg.h"
00034 /*----------------------------------------------------------------------------
00035                              Function prototypes 
00036  ---------------------------------------------------------------------------*/
00037 
00038 
00039 /* removed generateWave_ini_file */
00040 
00041 /*-------------------------------------------------------------------------*/
00052 /*--------------------------------------------------------------------------*/
00053 
00054 /*<python>*/
00055 wave_config * parse_cpl_input_wave(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 
00056                    cpl_frameset** raw) ;
00057 void wavecal_free(wave_config * cfg);
00058 /*</python>*/
00059 
00060 #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