detnoise_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   detnoise_ini.h
00005    Author       :   Juergen Schreiber
00006    Created on   :   September 3, 2002
00007    Description  :   prepare handling of .ini file for the search for static 
00008                         bad pixels
00009 
00010  ---------------------------------------------------------------------------*/
00011 
00012 
00013 #ifndef _DETNOISE_INI_BY_CPL_H_
00014 #define _DETNOISE_INI_BY_CPL_H_
00015 
00016 
00017 /*---------------------------------------------------------------------------
00018                                 Includes
00019 ---------------------------------------------------------------------------*/
00020 /*
00021 #include <stdio.h>
00022 */
00023 #include <cpl.h>
00024 
00025 /*
00026 #include <cxtypes.h>
00027 #include <cxmessages.h>
00028 #include "eclipse.h"
00029 #include "sinfoni_dfs.h"
00030 */
00031 #include "detnoise_cfg.h"
00032 #include "sinfoni_recipes_defaults.h"
00033 
00034  
00035 /*---------------------------------------------------------------------------
00036                                 Defines
00037 ---------------------------------------------------------------------------*/
00038  
00039 /*----------------------------------------------------------------------------
00040                              Function prototypes 
00041  ---------------------------------------------------------------------------*/
00042 
00043 /*-------------------------------------------------------------------------*/
00054 /*--------------------------------------------------------------------------*/
00055 void detnoise_free(detnoise_config * cfg);
00056 /*<python>*/
00057 detnoise_config * parse_cpl_input_detnoise(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, cpl_frameset** raw);
00058 void detnoise_free(detnoise_config * cfg);
00059 /*</python>*/
00060 
00061 #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