UVES Pipeline Reference Manual  5.4.0
uves_mdark_impl.h
1 /*
2  * This file is part of the ESO UVES Pipeline
3  * Copyright (C) 2004,2005 European Southern Observatory
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
18  */
19 
20 /*
21  * $Author: amodigli $
22  * $Date: 2010-09-24 09:32:03 $
23  * $Revision: 1.6 $
24  * $Name: not supported by cvs2svn $
25  * $Log: not supported by cvs2svn $
26  * Revision 1.4 2010/06/11 11:39:47 amodigli
27  * add uves_qcdark_define_parameters_body(), uves_mdark_define_qc_parameters()
28  *
29  * Revision 1.3 2007/08/17 10:07:41 amodigli
30  * added uves_qcdark_define_parameters()
31  *
32  * Revision 1.2 2007/06/06 08:17:33 amodigli
33  * replace tab with 4 spaces
34  *
35  * Revision 1.1 2007/02/09 13:38:09 jmlarsen
36  * Enable calling from uves_cal_mkmaster
37  *
38  * Revision 1.2 2006/11/13 12:47:42 jmlarsen
39  * Don't subtract background for FLAMES reduction
40  *
41  * Revision 1.1 2006/09/27 13:22:43 jmlarsen
42  * Factored out flat reduction
43  *
44  */
45 #ifndef UVES_MDARK_IMPL_H
46 #define UVES_MDARK_IMPL_H
47 
48 #include <cpl.h>
49 
50 int
51 uves_qcdark_define_parameters_body(cpl_parameterlist *parameters,
52  const char *recipe_id);
53 
54 void
55 uves_mdark_exe_body(cpl_frameset *frames,
56  const cpl_parameterlist *parameters,
57  const char *starttime,
58  const char *recipe_id);
59 
60 cpl_parameterlist *
61 uves_qcdark_define_parameters(void);
62 
63 cpl_error_code
64 uves_mdark_define_qc_parameters(cpl_parameterlist* parameters);
65 
66 #endif /* UVES_MDARK_IMPL_H */