X-shooter Pipeline Reference Manual
3.8.15
xsh
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
>
30
cpl_table*
31
xsh_telluric_model_eval
(cpl_frame* frame_m,
xsh_spectrum
*
s
,
xsh_instrument
*
instrument
,cpl_size* model_idx);
32
33
cpl_table*
34
xsh_table_resample_uniform
(cpl_table* tobs,
const
char
* cwobs,
const
char
* cfobs,
35
const
double
wstp);
36
cpl_error_code
37
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);
38
39
40
#endif
instrument
static xsh_instrument * instrument
Definition:
test-xsh_remove_crh_multiple.c:98
size
int size
Definition:
xsh_model_metric.c:94
s
static SimAnneal s
Definition:
xsh_model_sa.c:99
xsh_table_resample_uniform
cpl_table * xsh_table_resample_uniform(cpl_table *tobs, const char *cwobs, const char *cfobs, const double wstp)
Definition:
xsh_utils_response.c:189
xsh_correl_spectra
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)
Definition:
xsh_utils_response.c:698
xsh_telluric_model_eval
cpl_table * xsh_telluric_model_eval(cpl_frame *frame_m, xsh_spectrum *s, xsh_instrument *instrument, cpl_size *model_idx)
Definition:
xsh_utils_response.c:903
XSH_GAUSSIAN_FIT
Definition:
xsh_utils.h:128
xsh_instrument
Definition:
xsh_data_instrument.h:170
xsh_spectrum
Definition:
xsh_data_spectrum.h:39
xsh_data_instrument.h
xsh_data_spectrum.h
xsh_utils.h
Generated by
1.9.6