ns_ini_by_cpl.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   ns_ini.h
00005    Author       :   Andrea Modigliani
00006    Created on   :   May 19, 2004
00007    Description  :   parse cpl input for the north-south-test, that means
00008                         the determination of the distances of the slitlets to 
00009                         each other.
00010 
00011  ---------------------------------------------------------------------------*/
00012 
00013 
00014 #ifndef _NS_INI_BY_CPL_H_
00015 #define _NS_INI_BY_CPL_H_
00016 
00017 
00018 /*---------------------------------------------------------------------------
00019                                 Includes
00020 ---------------------------------------------------------------------------*/
00021 
00022 /*
00023 #include <stdio.h>
00024 #include "eclipse.h"
00025 #include <cxtypes.h>
00026 #include <cxmessages.h>
00027 #include "sinfoni_dfs.h"
00028 */
00029 #include <cpl.h>
00030 
00031 #include "ns_cfg.h"
00032 #include "sinfoni_recipes_defaults.h"
00033 
00034 /*---------------------------------------------------------------------------
00035                                 Defines
00036 ---------------------------------------------------------------------------*/
00037 #define FRAME_ON   1     /* object frames */
00038 #define FRAME_OFF  0     /* off frames */
00039  
00040 /*----------------------------------------------------------------------------
00041                              Function prototypes 
00042  ---------------------------------------------------------------------------*/
00043 
00044 /* removed generateNS_ini_file */
00045 
00046 
00047 /*-------------------------------------------------------------------------*/
00058 /*--------------------------------------------------------------------------*/
00059 
00060 ns_config * parse_cpl_input_ns(cpl_parameterlist * cpl_cfg, cpl_frameset* sof, 
00061                    cpl_frameset** raw);
00062 void ns_free(ns_config * cfg);
00063 #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