X-shooter Pipeline Reference Manual 3.8.15
xsh_molecfit_utils.h
Go to the documentation of this file.
1/*
2 * This file is part of the ESO X-Shooter Pipeline
3 * Copyright (C) 2001-2018 European Southern Observatory
4 *
5 * This program 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, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19
20#ifndef XSH_MOLECFIT_UTILS_H
21#define XSH_MOLECFIT_UTILS_H
22/*----------------------------------------------------------------------------*/
26/*----------------------------------------------------------------------------*/
27
28/* Include both telluriccorr *and* our extra wrapper codes, since
29 we deliberately don't want to have them (pre-included) in telluriccorr.h
30 to ensure telluriccorr is still comptabile with molecfit_model
31*/
32
33#include <string.h>
34#include <math.h>
35
36#include <cpl.h>
37
38#include <telluriccorr.h>
39
40cpl_error_code xsh_molecfit_model_check_extensions_and_ranges(cpl_size extension, double min_wav, double max_wav, cpl_table* range);
41cpl_error_code xsh_molecfit_utils_find_input_frame(cpl_frameset *frameset,cpl_parameterlist* iframe);
42
43#endif /*XSH_MOLECFIT_MODEL_H*/
cpl_error_code xsh_molecfit_utils_find_input_frame(cpl_frameset *frameset, cpl_parameterlist *iframe)
cpl_error_code xsh_molecfit_model_check_extensions_and_ranges(cpl_size extension, double min_wav, double max_wav, cpl_table *range)