X-shooter Pipeline Reference Manual
3.8.15
xsh
xsh_compute_linearity.h
Go to the documentation of this file.
1
#ifndef XSH_COMPUTE_LINEARITY_H
2
#define XSH_COMPUTE_LINEARITY_H
3
4
/* *
5
* This file is part of the ESO X-shooter Pipeline *
6
* Copyright (C) 2006 European Southern Observatory *
7
* *
8
* This library is free software; you can redistribute it and/or modify *
9
* it under the terms of the GNU General Public License as published by *
10
* the Free Software Foundation; either version 2 of the License, or *
11
* (at your option) any later version. *
12
* *
13
* This program is distributed in the hope that it will be useful, *
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16
* GNU General Public License for more details. *
17
* *
18
* You should have received a copy of the GNU General Public License *
19
* along with this program; if not, write to the Free Software *
20
* Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA *
21
* */
22
23
/*
24
* $Author: amodigli $
25
* $Date: 2011-12-02 14:15:28 $
26
* $Revision: 1.6 $
27
*/
28
29
30
/*-----------------------------------------------------------------------------
31
Typedefs
32
-----------------------------------------------------------------------------*/
33
typedef
struct
34
{
35
double
exptime
;
36
cpl_frame *
frame
;
37
int
on_off
;
38
}
TIME_FRAME
;
39
40
#define LINEAR_POLYNOMIAL_DEGREE 2
41
42
cpl_frameset *
xsh_subtract_on_off
( cpl_frameset *set,
43
xsh_instrument
*
instrument
) ;
44
45
#endif
46
instrument
static xsh_instrument * instrument
Definition:
test-xsh_remove_crh_multiple.c:98
xsh_subtract_on_off
cpl_frameset * xsh_subtract_on_off(cpl_frameset *set, xsh_instrument *instrument)
Definition:
xsh_compute_linearity.c:120
TIME_FRAME
Definition:
xsh_compute_linearity.h:34
TIME_FRAME::exptime
double exptime
Definition:
xsh_compute_linearity.h:35
TIME_FRAME::frame
cpl_frame * frame
Definition:
xsh_compute_linearity.h:36
TIME_FRAME::on_off
int on_off
Definition:
xsh_compute_linearity.h:37
xsh_instrument
Definition:
xsh_data_instrument.h:170
Generated by
1.9.6