UVES Pipeline Reference Manual  5.4.6
uves_physmod_create_table.h
1 /* *
2  * This file is part of the ESO UVES Pipeline *
3  * Copyright (C) 2004,2005 European Southern Observatory *
4  * *
5  * This library 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:07 $
23  * $Revision: 1.10 $
24  * $Name: not supported by cvs2svn $
25  * $Log: not supported by cvs2svn $
26  * Revision 1.8 2009/07/13 06:39:34 amodigli
27  * change uves_physmod_create_table API
28  *
29  * Revision 1.7 2007/06/06 08:17:33 amodigli
30  * replace tab with 4 spaces
31  *
32  * Revision 1.6 2007/04/24 12:50:29 jmlarsen
33  * Replaced cpl_propertylist -> uves_propertylist which is much faster
34  *
35  * Revision 1.5 2007/01/08 16:59:28 amodigli
36  * changes to make flames-uves iterations to recover physical model
37  *
38  * Revision 1.4 2006/11/06 15:19:41 jmlarsen
39  * Removed unused include directives
40  *
41  * Revision 1.3 2006/10/24 14:12:24 jmlarsen
42  * Parametrized recipe id to support FLAMES recipe
43  *
44  * Revision 1.2 2006/10/05 11:16:41 jmlarsen
45  * Declared parameter list const
46  *
47  * Revision 1.1 2006/02/03 07:46:30 jmlarsen
48  * Moved recipe implementations to ./uves directory
49  *
50  * Revision 1.2 2005/12/20 08:11:44 jmlarsen
51  * Added CVS entry
52  *
53  */
54 #ifndef UVES_PHYSMOD_CREATE_TABLE_H
55 #define UVES_PHYSMOD_CREATE_TABLE_H
56 
57 #include <uves_propertylist.h>
58 #include <uves_chip.h>
59 
60 #include <cpl.h>
61 
62 int
64  enum uves_chip chip,
65  bool flames,
66  const char *recipe_id,
67  const cpl_parameterlist* parameters,
68  cpl_table* line_refer,
69  const double physmod_shift_x,
70  const double physmod_shift_y,
71  cpl_table** mod_tbl,
72  cpl_table** fsr_tbl);
73 
74 #endif /* UVES_PHYSMOD_CREATE_TABLE_H */
int uves_physmod_create_table(const uves_propertylist *raw_header, enum uves_chip chip, bool flames, const char *recipe_id, const cpl_parameterlist *parameters, cpl_table *line_refer, const double physmod_shift_x, const double physmod_shift_y, cpl_table **mod_tbl, cpl_table **fsr_tbl)
Generates two tables with results of the UVES physical model.