FORS Pipeline Reference Manual  4.12.5
fors_pfits.h
1 /* $Id: fors_pfits.h,v 1.12 2011-10-24 13:08:17 cgarcia Exp $
2  *
3  * This file is part of the FORS Library
4  * Copyright (C) 2002-2010 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19  */
20 
21 /*
22  * $Author: cgarcia $
23  * $Date: 2011-10-24 13:08:17 $
24  * $Revision: 1.12 $
25  * $Name: not supported by cvs2svn $
26  */
27 
28 #ifndef FORS_PFITS_H
29 #define FORS_PFITS_H
30 
31 #include <cpl.h>
32 
33 CPL_BEGIN_DECLS
34 
35 extern const char *const FORS_PFITS_INSTRUME;
36 extern const char *const FORS_PFITS_FILTER_NAME;
37 extern const char *const FORS_PFITS_EXPOSURE_TIME;
38 extern const char *const FORS_PFITS_AIRMASS_START;
39 extern const char *const FORS_PFITS_AIRMASS_END;
40 extern const char *const FORS_PFITS_OUTPUTS;
41 extern const char *const FORS_PFITS_CONAD[4];
42 extern const char *const FORS_PFITS_RON[4];
43 extern const char *const FORS_PFITS_OVERSCANX;
44 extern const char *const FORS_PFITS_OVERSCANY;
45 extern const char *const FORS_PFITS_PRESCANX;
46 extern const char *const FORS_PFITS_PRESCANY;
47 extern const char *const FORS_PFITS_CRPIX1;
48 extern const char *const FORS_PFITS_CRPIX2;
49 extern const char *const FORS_PFITS_DET_NX;
50 extern const char *const FORS_PFITS_DET_NY;
51 extern const char *const FORS_PFITS_BINX;
52 extern const char *const FORS_PFITS_BINY;
53 extern const char *const FORS_PFITS_PIXSCALE;
54 extern const char *const FORS_PFITS_READ_CLOCK;
55 extern const char *const FORS_PFITS_CHIP_ID;
56 extern const char *const FORS_PFITS_TARG_NAME;
57 
58 CPL_END_DECLS
59 
60 #endif