X-shooter Pipeline Reference Manual 3.8.15
xsh_model_arm_constants.h
Go to the documentation of this file.
1/* $Id: xsh_model_arm_constants.h,v 1.10 2008-12-19 10:27:51 bristowp Exp $
2 *
3 * This file is part of the ESO X-shooter Pipeline
4 * Copyright (C) 2006 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#ifndef XSH_MODEL_ARM_CONSTANTS_H
21#define XSH_MODEL_ARM_CONSTANTS_H
22
23#define UVB_BSIZE 3000;
24#define UVB_ASIZE 2048;
25#define UVB_chipxpix 2048.0;
26#define UVB_chipypix 3000.0;
27#define UVB_morder 19;
28#define UVB_morder_min 13;
29#define UVB_morder_max 24;
30#define UVB_blaze_pad 0.00001;
31#define UVB_SIZE 3000;
32#define UVB_xsize_corr 96.0;
33#define UVB_ysize_corr 0.0;
34
35#define VIS_BSIZE 4000;
36#define VIS_ASIZE 2048;
37#define VIS_chipxpix 2048.0;
38#define VIS_chipypix 4000.0;
39#define VIS_morder 24;
40#define VIS_morder_min 16;
41#define VIS_morder_max 30;
42#define VIS_blaze_pad 0.00003;
43#define VIS_SIZE 4000;
44#define VIS_xsize_corr 96.0;
45#define VIS_ysize_corr 0.0;
46
47#define NIR_BSIZE 2040;
48#define NIR_ASIZE 1020;
49#define NIR_chipxpix 1020.0;
50#define NIR_chipypix 2040.0;
51#define NIR_morder 19;
52#define NIR_morder_min 11;
53#define NIR_morder_max 26;
54#define NIR_blaze_pad 0.00005;
55#define NIR_SIZE 2048;
56#define NIR_xsize_corr 4.0;
57#define NIR_ysize_corr 8.0;
58
59#endif
60
61