sinfoni_hidden.h

00001 /* $Id: sinfoni_hidden.h,v 1.9 2005/09/05 14:26:53 amodigli Exp $
00002  *
00003  * This file is part of the CPL (Common Pipeline Library)
00004  * Copyright (C) 2002 European Southern Observatory
00005  *
00006  * This library is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU Lesser General Public
00008  * License as published by the Free Software Foundation; either
00009  * version 2.1 of the License, or (at your option) any later version.
00010  *
00011  * This library 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 GNU
00014  * Lesser General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU Lesser General Public
00017  * License along with this library; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 /*
00021  * $Author: amodigli $
00022  * $Date: 2005/09/05 14:26:53 $
00023  * $Revision: 1.9 $
00024  * $Name:  $
00025  */
00026 
00027  /****************************************************************
00028   *           Bad pixel search  (noise method)                  *
00029   ****************************************************************/
00030 #ifndef _SINFONI_HIDDEN_H_
00031 #define _SINFONI_HIDDEN_H_
00032 
00033 #define BP_LIN_OUT_FILENAME        "out_bp_lin.fits"
00034 #define BP_LIN_GAIN_OUT_FILENAME        "out_gain_info.tfits"
00035 #define BP_LIN_LIN_DET_INFO_OUT_FILENAME "out_lin_det_info.tfits"
00036 #define BP_LIN_COEFFS_CUBE_OUT_FILENAME        "out_bplin_coeffsCube.fits"
00037 #define BP_NOISE_OUT_FILENAME        "out_bp_noise.fits"
00038 
00039 #define BP_NORM_INT_COL_TILT_CORR_OUT_FILENAME  "out_int_col_tilt_corr.fits"
00040 
00041 #define DARK_OUT_FILENAME        "out_dark.fits"
00042 
00043 #define LAMP_FLATS_OUT_FILENAME "out_flat.fits"
00044 #define LAMP_FLATS_OUT_BPMAP    "out_bpmask.fits"
00045 #define BP_NORM_OUT_FILENAME     "out_bp_norm.fits"
00046 #define MASTER_BPMAP_OUT_FILENAME        "out_bpmap_sum.fits"
00047 
00048 #define DISTORTION_NS_OUT_FILENAME "out_ns_distortion.tfits"
00049 #define DISTORTION_OUT_FILENAME    "out_distortion.tfits"
00050 #define SLITPOS_OUT_FILENAME    "out_slit_pos.tfits"
00051 #define BP_DIST_OUT_FILENAME     "out_bp_dist.fits"
00052 #define COEFF_OUT_FILENAME  "out_coef_params.tfits"
00053 #define NS_TEST_DISTANCES_OUT_FILENAME     "out_distances.tfits"
00054 #define NS_TEST_OUT_FILENAME     "out_ns.fits"
00055 
00056 
00057 #define WAVECAL_OUT_FILENAME     "out_wavemap_ima.fits"
00058 #define WAVECAL_FIT_PARAMS_OUT_FILENAME     "out_fit_params.tfits"
00059 #define WAVECAL_COEFF_SLIT_OUT_FILENAME     "outCoeffsSlit.tfits"
00060 #define WAVECAL_SLIT_POS_OUT_FILENAME     "out_slitpos.tfits"
00061 
00062 
00063 #define STACKED_OUT_FILENAME    "out_stack.fits"
00064 #define STACK_MFLAT_DIST_OUT_FILENAME    "out_stack_mflat_dist.fits"
00065 #define STACK_MFLAT_DITHER_DIST_OUT_FILENAME    "out_stack_mflat_dither_dist.fits"
00066 
00067 #define STACK_SKY_DIST_OUT_FILENAME    "out_sky_stack_dist.fits"
00068 
00069 #define ESTIMATED_SLITLETS_DISTANCE 64.
00070 
00071 
00072 #define PSF_OUT_FILENAME                   "out_psf.fits"
00073 #define PSF_AO_PERFORMANCE_OUT_FILENAME    "ao_performance.tfits"
00074 #define PSF_ENC_ENERGY_OUT_FILENAME        "encircled_energy.tfits"
00075 #define STDSTAR_OUT_FILENAME               "starspectrum.fits"
00076 #define STDSTAR_OUT_TABLE               "out_std_star_spectrum.tfits"
00077 #define STDSTAR_CONV_OUT_FILENAME          "out_convfactor.tfits"
00078 #define SKYPMAP_OUT_FILENAME               "out_skymap.fits"
00079 #define QCFLAT_OUT_FILENAME                "out_cube.fits"
00080 #define NSLITLETS               32
00081 
00082 #define OBJNOD_OUT_BPMAP        "out_bpmap_nodding.fits"
00083 #define OBJNOD_OUT_MED_CUBE     "out_med_cube.fits"
00084 #define OBJNOD_OUT_FILENAME     "out_objnod.fits"
00085 
00086 #define FOCUS_OUT_FILENAME             "out_focus.fits"
00087 #define FOCUS_FITPAR_OUT_FILENAME      "out_focus_fitpar.tfits"
00088 #define FOCUS_GAUSSPLOT_OUT_FILENAME   "out_focus_gaussplot.fits"
00089 
00090 #define LAMPSPEC_OUT_FILENAME "out_lampspec.fits"
00091 #define TWIFLAT_OUT_FILENAME  "out_twiflat.fits"
00092 #define SKYSPIDER_OUT_FILENAME "out_objnod.fits"
00093 #define SKYSPIDER_MASK_OUT_FILENAME "out_mask_cube_spider.fits"
00094 #endif

Generated on Wed Oct 26 13:08:55 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001