uves.h

00001 /*
00002  * This file is part of the ESO UVES Pipeline
00003  * Copyright (C) 2004,2005 European Southern Observatory
00004  *
00005  * This program is free software; you can redistribute it and/or modify
00006  * it under the terms of the GNU General Public License as published by
00007  * the Free Software Foundation; either version 2 of the License, or
00008  * (at your option) any later version.
00009  *
00010  * This program is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  * GNU General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program; if not, write to the Free Software
00017  * Foundation, 51 Franklin St, Fifth Floor, Boston, MA  02111-1307  USA
00018  */
00019 
00020 /*
00021  * $Author: amodigli $
00022  * $Date: 2010/12/07 16:56:13 $
00023  * $Revision: 1.26 $
00024  * $Name: uves-5_0_0 $
00025  * $Log: uves.h,v $
00026  * Revision 1.26  2010/12/07 16:56:13  amodigli
00027  * added UVES_MFLAT_COMBINE_ID UVES_MFLAT_COMBINE_DOM
00028  *
00029  * Revision 1.25  2010/09/24 09:32:02  amodigli
00030  * put back QFITS dependency to fix problem spot by NRI on FIBER mode (with MIDAS calibs) data
00031  *
00032  * Revision 1.23  2007/10/24 09:34:01  amodigli
00033  * removed FLAMES_MKMASTER_DOM FLAMES_MKMASTER_ID
00034  *
00035  * Revision 1.22  2007/10/24 09:30:40  amodigli
00036  * UVES_MKMASTER_SFLAT-->FLAMES_MKMASTER
00037  *
00038  * Revision 1.21  2007/08/17 10:06:16  amodigli
00039  * added UVES_QCDARK_ID
00040  *
00041  * Revision 1.20  2007/02/16 15:32:50  amodigli
00042  * renamed uves_cal_mkmaster_tflat uves_cal_tflat
00043  *
00044  * Revision 1.19  2007/02/09 13:35:39  jmlarsen
00045  * Renamed recipes
00046  *
00047  * Revision 1.18  2007/02/08 07:31:48  jmlarsen
00048  * Added cd_align recipe
00049  *
00050  * Revision 1.17  2006/09/27 13:07:46  jmlarsen
00051  * Added uves_tflat
00052  *
00053  * Revision 1.16  2006/06/26 07:53:35  amodigli
00054  * removed flames function
00055  *
00056  * Revision 1.15  2006/06/22 12:25:44  amodigli
00057  * fixed compilation warnings
00058  *
00059  * Revision 1.14  2006/02/03 07:46:30  jmlarsen
00060  * Moved recipe implementations to ./uves directory
00061  *
00062  * Revision 1.3  2005/12/19 16:17:55  jmlarsen
00063  * Replaced bool -> int
00064  *
00065  */
00066 
00067 #ifndef UVES_H
00068 #define UVES_H
00069 
00070 #include <cpl.h>
00071 
00072 /*-----------------------------------------------------------------------------
00073                                    Defines
00074  -----------------------------------------------------------------------------*/
00075 
00076 #define UVES_PHYSMOD_ID  uves_cal_predict
00077 #define UVES_ORDERPOS_ID uves_cal_orderpos
00078 #define UVES_MBIAS_ID    uves_cal_mbias
00079 #define UVES_MDARK_ID    uves_cal_mdark
00080 #define UVES_MFLAT_ID    uves_cal_mflat
00081 #define UVES_MFLAT_COMBINE_ID    uves_cal_mflat_combine
00082 #define UVES_MKMASTER_ID uves_cal_mkmaster
00083 #define UVES_WAVECAL_ID  uves_cal_wavecal
00084 #define UVES_RESPONSE_ID uves_cal_response
00085 #define UVES_TFLAT_ID    uves_cal_tflat
00086 #define UVES_CD_ALIGN_ID uves_cal_cd_align
00087 #define UVES_SCIRED_ID   uves_obs_scired
00088 #define UVES_SPATRED_ID  uves_obs_spatred
00089 #define UVES_REDCHAIN_ID uves_obs_redchain
00090 
00091 #define UVES_REDUCE_ID  "reduce"
00092 #define UVES_BACKSUB_ID "backsub"
00093 #define UVES_QCDARK_ID  "qc_dark"
00094 #define UVES_EXTRACT_ID "extract"
00095 #define UVES_REBIN_ID   "rebin"
00096 
00097 /* Message domains */
00098 #define UVES_PHYSMOD_DOM  "Predict"
00099 #define UVES_ORDERPOS_DOM "OrderPos"
00100 #define UVES_MBIAS_DOM    "MBias"
00101 #define UVES_MDARK_DOM    "MDark"
00102 #define UVES_MFLAT_DOM    "MFlat"
00103 #define UVES_MFLAT_COMBINE_DOM    "MFlatCombine"
00104 #define UVES_MKMASTER_DOM "MkMaster"
00105 #define UVES_WAVECAL_DOM  "WaveCal"
00106 #define UVES_RESPONSE_DOM "Response"
00107 #define UVES_TFLAT_DOM    "TFlat"
00108 #define UVES_CD_ALIGN_DOM "CDAlign"
00109 #define UVES_SCIRED_DOM   "SciRed"
00110 #define UVES_SPATRED_DOM   "SpatRed"
00111 #define UVES_REDCHAIN_DOM "RedChain"
00112 
00113 
00114 /*-----------------------------------------------------------------------------
00115                                    Prototypes
00116  -----------------------------------------------------------------------------*/
00117 
00118 int uves_physmod_get_info(cpl_pluginlist *);
00119 int uves_orderpos_get_info(cpl_pluginlist *);
00120 int uves_mbias_get_info(cpl_pluginlist *);
00121 int uves_mdark_get_info(cpl_pluginlist *);
00122 int uves_mflat_get_info(cpl_pluginlist *);
00123 int uves_mflat_combine_get_info(cpl_pluginlist *);
00124 int uves_cal_mkmaster_get_info(cpl_pluginlist *);
00125 int uves_cal_mkmaster_sflat_get_info(cpl_pluginlist *);
00126 int uves_wavecal_get_info(cpl_pluginlist *);
00127 int uves_response_get_info(cpl_pluginlist *);
00128 int uves_scired_get_info(cpl_pluginlist *);
00129 int uves_obs_spatred_get_info(cpl_pluginlist *);
00130 int uves_tflat_get_info(cpl_pluginlist *);
00131 int uves_cal_cd_align_get_info(cpl_pluginlist *);
00132 int uves_redchain_get_info(cpl_pluginlist *);
00133 #endif /* UVES_H */

Generated on 9 Mar 2012 for UVES Pipeline Reference Manual by  doxygen 1.6.1