cubecreate_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   cubecreate_ini_by_cpl.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   May 23, 2004
00007    Description  :   cpl input handling for SPIFFIs creation of a data cube
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _CUBECREATE_INI_BY_CPL_H_
00013 #define _CUBECREATE_INI_BY_CPL_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 /*
00021 #include <stdio.h>
00022 #include <cpl.h>
00023 #include <cxtypes.h>
00024 #include <cxmessages.h>
00025 */
00026 
00027 
00028 
00029 /*
00030 #include "sinfoni_dfs.h"
00031 #include "eclipse.h"
00032 */
00033 #include "cubecreate_cfg.h"
00034 #include "sinfoni_recipes_defaults.h"
00035  
00036  
00037 /*----------------------------------------------------------------------------
00038                              Function prototypes 
00039  ---------------------------------------------------------------------------*/
00040 
00041 /* removed generateCube_ini_file */
00042 
00043 
00044 /*-------------------------------------------------------------------------*/
00055 /*--------------------------------------------------------------------------*/
00056 
00057 /*<python>*/
00058 cube_config * parse_cpl_input_cube(cpl_parameterlist * cpl_cfg, cpl_frameset* sof,cpl_frameset** stk) ;
00059 void cube_free(cube_config * cfg);
00060 /*</python>*/
00061 
00062 #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