detlin_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   detlin_ini_by_cpl.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   May 17, 2004
00007    Description  :   prepare handling of .ini file for the search for static 
00008                         bad pixels
00009 
00010  ---------------------------------------------------------------------------*/
00011 
00012 
00013 #ifndef _DETLIN_INI_BY_CPL_H_
00014 #define _DETLIN_INI_BY_CPL_H_
00015 
00016 
00017 /*---------------------------------------------------------------------------
00018                                 Includes
00019 ---------------------------------------------------------------------------*/
00020 
00021 /* 
00022 #include <stdio.h>
00023 #include <cxtypes.h>
00024 #include <cxmessages.h>
00025 #include "eclipse.h"
00026 */
00027 #include <cpl.h>
00028 /*
00029 #include "sinfoni_dfs.h"
00030 */
00031 #include "detlin_cfg.h"
00032 #include "sinfoni_recipes_defaults.h"
00033 
00034 
00035  
00036 /*---------------------------------------------------------------------------
00037                                 Defines
00038 ---------------------------------------------------------------------------*/
00039  
00040 /*----------------------------------------------------------------------------
00041                              Function prototypes 
00042  ---------------------------------------------------------------------------*/
00043 
00044 
00045 /*-------------------------------------------------------------------------*/
00056 /*--------------------------------------------------------------------------*/
00057 void detlin_free(detlin_config * cfg);
00058 /*<python>*/
00059 detlin_config * parse_cpl_input_detlin(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, cpl_frameset** raw);
00060 /*</python>*/
00061 
00062 #endif

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