X-shooter Pipeline Reference Manual 3.8.15
xsh_utils_response.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 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, 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA *
18 * */
19/*
20 * $Author: amodigli $
21 * $Date: 2013-04-01 06:27:01 $
22 * $Revision: 1.6 $
23 */
24#ifndef XSH_RESPONSE_H
25#define XSH_RESPONSE_H
26#include <cpl.h>
27#include <xsh_data_spectrum.h>
28#include <xsh_data_instrument.h>
29#include <xsh_utils.h>
30cpl_table*
31xsh_telluric_model_eval(cpl_frame* frame_m,xsh_spectrum* s,xsh_instrument* instrument,cpl_size* model_idx);
32
33cpl_table*
34xsh_table_resample_uniform(cpl_table* tobs,const char* cwobs, const char* cfobs,
35 const double wstp);
36cpl_error_code
37xsh_correl_spectra(double* flux_s, double* flux_m, const int size,const int hsearch,const double wlogstp,const int norm_xcorr,const double range,const int ext,XSH_GAUSSIAN_FIT* gfit);
38
39
40#endif
static xsh_instrument * instrument
int size
static SimAnneal s
Definition: xsh_model_sa.c:99
cpl_table * xsh_table_resample_uniform(cpl_table *tobs, const char *cwobs, const char *cfobs, const double wstp)
cpl_error_code xsh_correl_spectra(double *flux_s, double *flux_m, const int size, const int hsearch, const double wlogstp, const int norm_xcorr, const double range, const int ext, XSH_GAUSSIAN_FIT *gfit)
cpl_table * xsh_telluric_model_eval(cpl_frame *frame_m, xsh_spectrum *s, xsh_instrument *instrument, cpl_size *model_idx)