SINFONI Pipeline Reference Manual  2.5.2
sinfo_hidden.h
1 /* $Id: sinfo_hidden.h,v 1.7 2010-02-12 17:56:35 amodigli Exp $
2  *
3  * This file is part of the CPL (Common Pipeline Library)
4  * Copyright (C) 2002 European Southern Observatory
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library 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 GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19  */
20 /*
21  * $Author: amodigli $
22  * $Date: 2010-02-12 17:56:35 $
23  * $Revision: 1.7 $
24  * $Name: not supported by cvs2svn $
25  */
26 
27  /****************************************************************
28  * Bad pixel search (noise method) *
29  ****************************************************************/
30 #ifndef SINFO_HIDDEN_H
31 #define SINFO_HIDDEN_H
32 
33 #define BP_LIN_OUT_FILENAME "out_bp_lin.fits"
34 #define BP_LIN_GAIN_OUT_FILENAME "out_gain_info.fits"
35 #define BP_LIN_LIN_DET_INFO_OUT_FILENAME "out_lin_det_info.fits"
36 #define BP_LIN_COEFFS_CUBE_OUT_FILENAME "out_bplin_coeffsCube.fits"
37 #define BP_NOISE_OUT_FILENAME "out_bp_noise.fits"
38 
39 #define BP_NORM_INT_COL_TILT_CORR_OUT_FILENAME "out_int_col_tilt_corr.fits"
40 
41 #define DARK_OUT_FILENAME "out_dark.fits"
42 
43 #define LAMP_FLATS_OUT_FILENAME "out_flat.fits"
44 #define LAMP_FLATS_OUT_BPMAP "out_bpmask.fits"
45 #define BP_NORM_OUT_FILENAME "out_bp_norm.fits"
46 #define MASTER_BPMAP_OUT_FILENAME "out_bpmap_sum.fits"
47 
48 #define DISTORTION_NS_OUT_FILENAME "out_ns_distortion.fits"
49 #define DISTORTION_OUT_FILENAME "out_distortion.fits"
50 #define DISTORTION_STACK_OFF_OUT_FILENAME "out_ns_stack_off.fits"
51 #define DISTORTION_STACK_ON_OUT_FILENAME "out_ns_stack_on.fits"
52 
53 
54 #define SLITPOS_OUT_FILENAME "out_slit_pos.fits"
55 #define BP_DIST_OUT_FILENAME "out_bp_dist.fits"
56 #define COEFF_OUT_FILENAME "out_coef_params.fits"
57 #define NS_TEST_DISTANCES_OUT_FILENAME "out_distances.fits"
58 #define NS_TEST_OUT_FILENAME "out_ns.fits"
59 
60 
61 #define WAVECAL_OUT_FILENAME "out_wavemap_ima.fits"
62 #define WAVECAL_FIT_PARAMS_OUT_FILENAME "out_fit_params.fits"
63 #define WAVECAL_FIT_PARAMS_OUT_FILEASCII "out_fit_params.ascii"
64 #define WAVECAL_COEFF_SLIT_OUT_FILENAME "outCoeffsSlit.fits"
65 #define WAVECAL_SLIT_POS_OUT_FILENAME "out_slitpos.fits"
66 #define WAVECAL_RESAMPLED_OUT_FILENAME "out_resampled_arclamp.fits"
67 
68 
69 #define STACKED_OUT_FILENAME "out_stack.fits"
70 #define STACK_MFLAT_DIST_OUT_FILENAME "out_stack_mflat_dist.fits"
71 #define STACK_MFLAT_DITHER_DIST_OUT_FILENAME "out_stack_mflat_dither_dist.fits"
72 
73 #define STACK_SKY_DIST_OUT_FILENAME "out_sky_stack_dist"
74 
75 #define ESTIMATED_SLITLETS_DISTANCE 64.
76 
77 
78 #define PSF_OUT_FILENAME "out_psf.fits"
79 #define PSF_MED_CUB_025_FILENAME "out_med_cube_025_mas.fits"
80 #define PSF_MED_CUB_100_FILENAME "out_med_cube_100_mas.fits"
81 #define PSF_AO_PERFORMANCE_OUT_FILENAME "out_ao_performance.fits"
82 #define PSF_ENC_ENERGY_OUT_FILENAME "out_encircled_energy.fits"
83 #define STDSTAR_OUT_FILENAME "out_starspectrum.fits"
84 #define STDSTAR_OUT_TABLE "out_std_star_spectrum.fits"
85 #define STDSTAR_CONV_OUT_FILENAME "out_convfactor.fits"
86 #define SKYPMAP_OUT_FILENAME "out_skymap.fits"
87 #define NSLITLETS 32
88 
89 #define OBJNOD_OUT_BPMAP "out_objnod_bpmap.fits"
90 #define OBJNOD_OUT_MED_CUBE "out_objnod_med_cube.fits"
91 #define OBJNOD_OUT_FILENAME "out_objnod.fits"
92 
93 #define OBJNOD_OUT_MFLAT_CUBE_FILENAME "out_mflat_cube.fits"
94 #define OBJNOD_OUT_MFLAT_AVG_FILENAME "out_mflat_avg.fits"
95 #define OBJNOD_OUT_MFLAT_MED_FILENAME "out_mflat_med.fits"
96 #define RESAMPLED_OUT_OBJ_FILENAME "out_resampled_obj"
97 #define RESAMPLED_OUT_SKY_FILENAME "out_resampled_sky"
98 #define RESAMPLED_OUT_FLAT_FILENAME "out_resampled_flat"
99 
100 
101 #define STDSTAR_OUT_MED_CUBE "out_stdstar_med_cube.fits"
102 
103 #define FOCUS_OUT_FILENAME "out_focus.fits"
104 #define FOCUS_FITPAR_OUT_FILENAME "out_focus_fitpar.fits"
105 #define FOCUS_GAUSSPLOT_OUT_FILENAME "out_focus_gaussplot.fits"
106 
107 #define LAMPSPEC_OUT_FILENAME "out_lampspec.fits"
108 #define TWIFLAT_OUT_FILENAME "out_twiflat.fits"
109 #define SKYSPIDER_OUT_FILENAME "out_objnod.fits"
110 #define SKYSPIDER_MASK_OUT_FILENAME "out_mask_cube_spider.fits"
111 #define EFFICIENCY_FILENAME "out_efficiency.fits"
112 #endif