focus_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   focus_ini_by_cpl.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   May 20, 2004
00007    Description  :   cpl input handling for SPIFFIs focus finding
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _FOCUS_INI_BY_CPL_H_
00013 #define _FOCUS_INI_BY_CPL_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 #include <stdio.h>
00021 
00022 #include <cpl.h>
00023 /*
00024 #include <cxtypes.h>
00025 #include <cxmessages.h>
00026 
00027 #include "eclipse.h"
00028 #include "sinfoni_dfs.h"
00029 */
00030 #include "focus_cfg.h"
00031 #include "sinfoni_recipes_defaults.h"
00032  
00033  
00034 /*----------------------------------------------------------------------------
00035                              Function prototypes 
00036  ---------------------------------------------------------------------------*/
00037 
00038 /* generateFocus_ini_file */
00039 
00040 
00041 /*-------------------------------------------------------------------------*/
00052 /*--------------------------------------------------------------------------*/
00053 
00054 /*<python>*/
00055 void free_focus(focus_config * cfg);
00056 focus_config * parse_cpl_input_focus(cpl_parameterlist * cpl_cfg, 
00057 cpl_frameset* sof, cpl_frameset** stk) ;
00058 /*</python>*/
00059 
00060 #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