cubecreate_ini.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   cubecreate_ini.h
00005    Author       :   Juergen Schreiber
00006    Created on   :   Nov 28, 2001
00007    Description  :   ini file handling for SPIFFIs creation of a data cube
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _CUBECREATE_INI_H_
00013 #define _CUBECREATE_INI_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 /*
00021 #include <stdio.h>
00022 */
00023 #include "eclipse.h"
00024 #include "cubecreate_cfg.h"
00025 
00026  
00027  
00028 /*----------------------------------------------------------------------------
00029                              Function prototypes 
00030  ---------------------------------------------------------------------------*/
00031 
00032 
00033 /*-------------------------------------------------------------------------*/
00049 /*--------------------------------------------------------------------------*/
00050 /*<python>*/
00051 int generateCube_ini_file(
00052         char * ini_name,
00053         char * name_i,
00054         char * name_o,
00055         char * name_c
00056 );
00057 /*</python>*/
00058 
00059 /*-------------------------------------------------------------------------*/
00070 /*--------------------------------------------------------------------------*/
00071 
00072 /*<python>*/
00073 cube_config * parse_cube_ini_file(char * ini_name) ;
00074 /*</python>*/
00075 
00076 #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