X-shooter Pipeline Reference Manual 3.8.15
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 -----------------------------------------------------------------------------*/
33typedef struct
34{
35 double exptime;
36 cpl_frame *frame;
37 int on_off ;
39
40#define LINEAR_POLYNOMIAL_DEGREE 2
41
42cpl_frameset * xsh_subtract_on_off( cpl_frameset *set,
44
45#endif
46
static xsh_instrument * instrument
cpl_frameset * xsh_subtract_on_off(cpl_frameset *set, xsh_instrument *instrument)
cpl_frame * frame