UVES Pipeline Reference Manual
5.4.0
Main Page
Modules
Data Structures
Files
File List
uves
uves_physmod_regress_echelle.h
1
2
/* *
3
* This file is part of the ESO UVES Pipeline *
4
* Copyright (C) 2004,2005 European Southern Observatory *
5
* *
6
* This library 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, 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA *
19
* */
20
21
/*
22
* $Author: amodigli $
23
* $Date: 2011-12-08 13:54:54 $
24
* $Revision: 1.8 $
25
* $Name: not supported by cvs2svn $
26
* $Log: not supported by cvs2svn $
27
* Revision 1.7 2010/09/24 09:32:07 amodigli
28
* put back QFITS dependency to fix problem spot by NRI on FIBER mode (with MIDAS calibs) data
29
*
30
* Revision 1.5 2007/06/06 08:17:33 amodigli
31
* replace tab with 4 spaces
32
*
33
* Revision 1.4 2007/04/24 12:50:29 jmlarsen
34
* Replaced cpl_propertylist -> uves_propertylist which is much faster
35
*
36
* Revision 1.3 2006/10/24 14:12:24 jmlarsen
37
* Parametrized recipe id to support FLAMES recipe
38
*
39
* Revision 1.2 2006/10/05 13:07:51 jmlarsen
40
* Declared parameter list const
41
*
42
* Revision 1.1 2006/02/03 07:46:30 jmlarsen
43
* Moved recipe implementations to ./uves directory
44
*
45
* Revision 1.3 2005/12/20 08:11:44 jmlarsen
46
* Added CVS entry
47
*
48
*/
49
#ifndef UVES_PHYSMOD_REGRESS_ECHELLE_H
50
#define UVES_PHYSMOD_REGRESS_ECHELLE_H
51
52
#include <uves_cpl_size.h>
53
#include <uves_propertylist.h>
54
#include <uves_chip.h>
55
#include <cpl.h>
56
57
int
uves_physmod_regress_echelle
(
const
uves_propertylist
*raw_header,
58
enum
uves_chip chip,
59
const
char
*recipe_id,
60
const
cpl_parameterlist* parameters,
61
cpl_table** o_tbl,
62
int
num_outliers,
63
double
tol,
64
double
kappa,
65
cpl_table** s_tbl,
66
cpl_table** w_tbl);
67
68
#endif
/* UVES_PHYSMOD_REGRESS_ECHELLE_H */
Generated by
1.8.1.1