badsky_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   badnorm_ini_by_cpl.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   Jun 16, 2004
00007    Description  :   parse cpl input for the search for static bad pixels
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _BADSKY_INI_BY_CPL_H_
00013 #define _BADSKY_INI_BY_CPL_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 #include <cpl.h>
00021 #include "sinfoni_recipes_defaults.h"
00022 #include "badsky_cfg.h"
00023 
00024  
00025 /*---------------------------------------------------------------------------
00026                                 Defines
00027 ---------------------------------------------------------------------------*/
00028  
00029 /*----------------------------------------------------------------------------
00030                              Function prototypes 
00031  ---------------------------------------------------------------------------*/
00032 
00033 
00034 /*-------------------------------------------------------------------------*/
00047 /*--------------------------------------------------------------------------*/
00048 void badsky_free(badsky_config * cfg);
00049 /*<python>*/
00050 badsky_config * parse_cpl_input_badsky(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 
00051                                       cpl_frameset** raw);
00052 /*</python>*/
00053 
00054 #endif

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