SINFONI Pipeline Reference Manual  2.5.2
sinfo_tpl_dfs.h
1 /* $Id: sinfo_tpl_dfs.h,v 1.3 2008-07-09 09:53:23 amodigli Exp $
2  *
3  * This file is part of the SINFONI Pipeline
4  * Copyright (C) 2002,2003 European Southern Observatory
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19  */
20 
21 /*
22  * $Author: amodigli $
23  * $Date: 2008-07-09 09:53:23 $
24  * $Revision: 1.3 $
25  * $Name: not supported by cvs2svn $
26  */
27 
28 #ifndef SINFO_TPL_DFS_H
29 #define SINFO_TPL_DFS_H
30 
31 /*-----------------------------------------------------------------------------
32  Define
33  -----------------------------------------------------------------------------*/
34 
35 /* Define here the PRO.CATG keywords */
36 #define SI_UTL_IMA_ARITH_PROIMA "PRO_IMA"
37 #define SINFO_RAW "RAW"
38 #define SINFO_CAL "CAL"
39 
40 /* Define here the DO.CATG keywords */
41 #define SI_UTL_IMA_ARITH_IMA1 "IMA1"
42 #define SI_UTL_IMA_ARITH_IMA2 "IMA2"
43 #define SI_UTL_CUBE2IMA_CUBE "CUBE"
44 #define SI_UTL_CUBE2SPECTRUM_CUBE "CUBE"
45 #define SI_UTL_CUBE_ARITH_CUBE "CUBE"
46 #define SI_UTL_CUBE_ARITH_SPECTRUM "SPECTRUM"
47 #define SI_UTL_CUBE2IMA_PROIMA "PRO_IMA"
48 #define SI_UTL_CUBE2SPECTRUM_PROIMA "PRO_IMA"
49 #define SI_UTL_CUBE_ARITH_PROCUBE "PRO_CUBE_COADD"
50 #define SI_UTL_CUBE_COMBINE_PROCUBE "PRO_CUBE"
51 #define SI_UTL_CUBE_COMBINE_PROMASK "PRO_BP_MAP_CUBE_COADD"
52 #define SI_UTL_SPECTRUM_ARITH_PROSPECTRUM "PRO_SPECTRUM"
53 #define SI_UTL_SPECTRUM_ARITH_SPECTRUM "SPECTRUM"
54 #define SI_UTL_SPECTRUM_WAVELENGTH_SHIFT_PROSPECTRUM "PRO_SPECTRUM"
55 #define SI_UTL_SPECTRUM_WAVELENGTH_SHIFT_SPECTRUM "SPECTRUM"
56 #define SI_UTL_SPECTRUM_DIVIDE_BY_BLACKBODY_PROSPECTRUM "PRO_SPECTRUM"
57 #define SI_UTL_SPECTRUM_DIVIDE_BY_BLACKBODY_SPECTRUM "SPECTRUM"
58 #define SI_UTL_GENLOOKUP_CUBE1 "CUBE1"
59 #define SI_UTL_GENLOOKUP_CUBE2 "CUBE2"
60 #define SI_UTL_GENLOOKUP_PROIMA1 "PRO_IMA1"
61 #define SI_UTL_GENLOOKUP_PROIMA2 "PRO_IMA2"
62 #define SI_UTL_GENLOOKUP_PROIMA3 "PRO_IMA3"
63 #define SI_UTL_GENLOOKUP_PROIMA4 "PRO_IMA4"
64 #define SI_SKYMAP_CUBE "PRO_CUBE"
65 #define SI_SKYMAP_PROIMA "PRO_IMA"
66 
67 
68 /*-----------------------------------------------------------------------------
69  Functions prototypes
70  -----------------------------------------------------------------------------*/
71 
72 int sinfo_dfs_set_groups(cpl_frameset *) ;
73 
74 #endif