midi_dfs.h

00001 /* $Id: midi_dfs.h,v 1.12 2010/09/15 09:42:09 agabasch Exp $
00002  *
00003  * This file is part of the MIDI Pipeline
00004  * Copyright (C) 2002,2003 European Southern Observatory
00005  *
00006  * This program is free software; you can redistribute it and/or modify
00007  * it under the terms of the GNU General Public License as published by
00008  * the Free Software Foundation; either version 2 of the License, or
00009  * (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 
00021 /*
00022  * $Author: agabasch $
00023  * $Date: 2010/09/15 09:42:09 $
00024  * $Revision: 1.12 $
00025  * $Name: midi-2_8_0 $
00026  */
00027 
00028 #ifndef MIDI_DFS_H
00029 #define MIDI_DFS_H
00030 
00031 /*-----------------------------------------------------------------------------
00032                                    Define
00033  -----------------------------------------------------------------------------*/
00034 
00035 /* Define here the PRO.CATG keywords */
00036 
00037 #define MIDI_IMAGE_QUALITY                "IMAGE_QUALITY"                 
00038 #define MIDI_KAPPA_MATRIX                 "KAPPA_MATRIX"                  
00039 #define MIDI_REDUCED_DETLIN               "REDUCED_DETLIN"                
00040 #define MIDI_REDUCED_DETRON               "REDUCED_DETRON"                
00041 #define MIDI_REDUCED_DISPERSED            "REDUCED_DISPERSED"             
00042 #define MIDI_REDUCED_DISPERSED_SCIPHOT    "REDUCED_DISPERSED_SCIPHOT"     
00043 #define MIDI_REDUCED_DSPTRN               "REDUCED_DSPTRN"                
00044 #define MIDI_REDUCED_REFPIX               "REDUCED_REFPIX"                
00045 #define MIDI_REDUCED_WAVECAL              "REDUCED_WAVECAL"               
00046 #define MIDI_WATERFALL                    "WATERFALL"                     
00047 #define MIDI_KAPPA_SP_MASK_PRISM          "KAPPA_SP_MASK_PRISM"                     
00048 #define MIDI_KAPPA_SP_MASK_GRISM          "KAPPA_SP_MASK_GRISM"                     
00049 #define MIDI_KAPPA_HS_MASK_PRISM          "KAPPA_HS_MASK_PRISM"                     
00050 #define MIDI_KAPPA_HS_MASK_GRISM          "KAPPA_HS_MASK_GRISM"                     
00051 #define MIDI_TRF_GRISM                    "TRF_GRISM"                     
00052 #define MIDI_TRF_PRISM                    "TRF_PRISM"                     
00053 
00054 /* Define here the DO.CATG keywords */
00055 #define  MIDI_HIGH_SENS_CALIB           "HIGH_SENS_CALIB"       
00056 #define  MIDI_HIGH_SENS_SCIENCE         "HIGH_SENS_SCIENCE"     
00057 #define  MIDI_SCI_PHOT_CALIB            "SCI_PHOT_CALIB"        
00058 #define  MIDI_SCI_PHOT_SCIENCE          "SCI_PHOT_SCIENCE"      
00059 #define  MIDI_ACQ                       "ACQ"                   
00060 #define  MIDI_DETLIN                    "DETLIN"                
00061 #define  MIDI_DETRON                    "DETRON"                
00062 #define  MIDI_DSPTRN                    "DSPTRN"                
00063 #define  MIDI_REFPIX                    "REFPIX"                
00064 #define  MIDI_WAVECAL                   "WAVECAL"               
00065 #define  MIDI_OTHER_DETLIN              "OTHER_DETLIN"          
00066 #define  MIDI_OTHER_DETRON              "OTHER_DETRON"          
00067 #define  MIDI_OTHER_DSPTRN              "OTHER_DSPTRN"          
00068 #define  MIDI_OTHER_GENERIC             "OTHER_GENERIC"         
00069 #define  MIDI_OTHER_REFPIX              "OTHER_REFPIX"          
00070 #define  MIDI_OTHER_WAVECAL             "OTHER_WAVECAL"         
00071 #define  MIDI_OTHER_ACQ                 "OTHER_ACQ"             
00072 #define  MIDI_OTHER_FRINGE              "OTHER_FRINGE"          
00073 #define  MIDI_KAPPA_SP_CALIB            "KAPPA_SP_CALIB"        
00074 #define  MIDI_KAPPA_SP_SCIENCE          "KAPPA_SP_SCIENCE"      
00075 #define  MIDI_KAPPA_SP_CALIB            "KAPPA_SP_CALIB"        
00076 #define  MIDI_KAPPAMATRIX_PRISM         "MIDI_KAPPAMATRIX_PRISM"      
00077 #define  MIDI_KAPPAMATRIX_GRISM         "MIDI_KAPPAMATRIX_GRISM"      
00078 #define  MIDI_PHOTOM_SP_CALIB           "PHOTOM_SP_CALIB"        
00079 #define  MIDI_PHOTOM_SP_SCIENCE         "PHOTOM_SP_SCIENCE"      
00080 #define  MIDI_PHOTOM_HS_CALIB           "PHOTOM_HS_CALIB"        
00081 #define  MIDI_PHOTOM_HS_SCIENCE         "PHOTOM_HS_SCIENCE"      
00082 #define  MIDI_CALIB_DATABASE            "CALIB_DATABASE_N"
00083 #define  MIDI_DOME_AOPEN                "DOME_AOPEN"      
00084 #define  MIDI_DOME_BOPEN                "DOME_BOPEN"      
00085 #define  MIDI_INTERNAL_OPD              "INTERNAL_OPD"      
00086 #define  MIDI_CAL_SEARCH                "CAL_SEARCH"
00087 
00088 
00089 #define  MIDI_CALIB_FLAT                 "CALIB_FLAT"   /* Dummy for now */        
00090 
00091 
00092 /*-----------------------------------------------------------------------------
00093                                 Functions prototypes
00094  -----------------------------------------------------------------------------*/
00095 
00096 cpl_error_code midi_dfs_set_groups(cpl_frameset *);
00097 
00098 #endif

Generated on 15 Mar 2012 for MIDI Pipeline Reference Manual by  doxygen 1.6.1