psf_ini.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :  psf_ini.h
00005    Author       :   Juergen Schreiber
00006    Created on   :   Feb 18, 2002
00007    Description  :   ini file handling for SPIFFIs PSF star image reconstruction
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _PSF_INI_H_
00013 #define _PSF_INI_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 /*
00021 #include <stdio.h>
00022 */
00023 #include <cpl.h>
00024 
00025 #include "eclipse.h"
00026 #include "psf_cfg.h"
00027 
00028  
00029  
00030 /*----------------------------------------------------------------------------
00031                              Function prototypes 
00032  ---------------------------------------------------------------------------*/
00033 
00034 
00035 /*-------------------------------------------------------------------------*/
00050 /*--------------------------------------------------------------------------*/
00051 /*<python>*/
00052 int generatePSF_ini_file(
00053         char * ini_name,
00054         char * name_i,
00055         char * name_o
00056 );
00057 /*</python>*/
00058 
00059 /*-------------------------------------------------------------------------*/
00070 /*--------------------------------------------------------------------------*/
00071 
00072 /*<python>*/
00073 psf_config * parse_psf_ini_file(char * ini_name) ;
00074 /*</python>*/
00075 
00076 #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