X-shooter Pipeline Reference Manual 3.8.15
xsh_hdrl_functions.h
Go to the documentation of this file.
1/* *
2 * This file is part of the ESO X-shooter Pipeline *
3 * Copyright (C) 2006 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 F1ITNESS 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#ifdef HAVE_CONFIG_H
21#include <config.h>
22#endif
23
24
25#ifndef XSH_HDRL_FUNCTIONS_H
26#define XSH_HDRL_FUNCTIONS_H
27
28/*-----------------------------------------------------------------------------
29 Includes
30 ----------------------------------------------------------------------------*/
31#include <xsh_error.h>
32#include <xsh_msg.h>
33#include <hdrl.h>
34#include <cpl.h>
35
36cpl_frame*
37xsh_hdrl_remove_crh_single( cpl_frame* frm,
39 xsh_remove_crh_single_param * crh_single_par,
40 const char* ftag ) ;
41
42
43/*----------------------------------------------------------------------------*/
44
45
46#endif
static xsh_instrument * instrument
cpl_frame * xsh_hdrl_remove_crh_single(cpl_frame *frm, xsh_instrument *instrument, xsh_remove_crh_single_param *crh_single_par, const char *ftag)