psf_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :  psf_ini_by_cpl.h
00005    Author       :  Andrea Modigliani
00006    Created on   :  May 20, 2004
00007    Description  :   ini file handling for SPIFFIs PSF star image reconstruction
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _PSF_INI_BY_CPL_H_
00013 #define _PSF_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_recipes_defaults.h"
00030 #include "eclipse.h"
00031 */
00032 
00033 #include "sinfoni_dfs.h"
00034 #include "psf_cfg.h"
00035 #include "sinfoni_recipes_defaults.h"
00036  
00037  
00038 /*----------------------------------------------------------------------------
00039                              Function prototypes 
00040  ---------------------------------------------------------------------------*/
00041 
00042 /* removed generatePSF_ini_file */
00043 /*-------------------------------------------------------------------------*/
00054 /*--------------------------------------------------------------------------*/
00055 
00056 /*<python>*/
00057 psf_config * parse_cpl_input_psf(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 
00058 cpl_frameset** stk);
00059 /*</python>*/
00060 void free_psf(psf_config * cfg);
00061 #endif

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