object_ini.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   object_ini.h
00005    Author       :   Juergen Schreiber
00006    Created on   :   April 03, 2002
00007    Description  :   ini file handling for SPIFFIs creation of a data cube
00008                         from a science object observation
00009 
00010  ---------------------------------------------------------------------------*/
00011 
00012 
00013 #ifndef _OBJECT_INI_H_
00014 #define _OBJECT_INI_H_
00015 
00016 
00017 /*---------------------------------------------------------------------------
00018                                 Includes
00019 ---------------------------------------------------------------------------*/
00020 
00021 /*
00022 #include <stdio.h>
00023 */
00024 #include "eclipse.h"
00025 #include <cpl.h>
00026 #include "object_cfg.h"
00027 
00028  
00029  
00030 /*----------------------------------------------------------------------------
00031                              Function prototypes 
00032  ---------------------------------------------------------------------------*/
00033 
00034 
00035 /*-------------------------------------------------------------------------*/
00051 /*--------------------------------------------------------------------------*/
00052 /*<python>*/
00053 int generateObject_ini_file(
00054         char * ini_name,
00055         char * name_i,
00056         char * name_o,
00057         char * name_c
00058 );
00059 /*</python>*/
00060 
00061 /*-------------------------------------------------------------------------*/
00072 /*--------------------------------------------------------------------------*/
00073 
00074 /*<python>*/
00075 object_config * parse_object_ini_file(char * ini_name) ;
00076 /*</python>*/
00077 
00078 #endif

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