X-shooter Pipeline Reference Manual 3.8.15
Data Structures | Functions | Variables
xsh_efficiency_response.h File Reference
#include <xsh_data_instrument.h>

Go to the source code of this file.

Data Structures

struct  HIGH_ABS_REGION
 

Functions

HIGH_ABS_REGIONxsh_fill_high_abs_regions (xsh_instrument *instrument, cpl_frame *high_abs_frame)
 
HIGH_ABS_REGIONxsh_fill_tell_fit_regions (xsh_instrument *instrument, cpl_frame *high_abs_frame)
 
HIGH_ABS_REGIONxsh_fill_tell_compute_resid_regions (xsh_instrument *instrument, cpl_frame *high_abs_frame)
 
double * xsh_bspline_fit_data (double *lambda, double *flux, const int size, HIGH_ABS_REGION *phigh, xsh_instrument *inst, const int fit_region)
 
double * xsh_bspline_fit_data2 (double *lambda, double *flux, const int size, HIGH_ABS_REGION *phigh, xsh_instrument *inst, const int fit_region)
 
double * xsh_bspline_interpolate_data_at_pos (double *wave, double *flux, const int size, double *pos, const int size_pos)
 

Variables

static const double STAR_MATCH_DEPSILON =0.0166667
 

Function Documentation

◆ xsh_bspline_fit_data()

double * xsh_bspline_fit_data ( double *  lambda,
double *  flux,
const int  size,
HIGH_ABS_REGION phigh,
xsh_instrument inst,
const int  fit_region 
)

◆ xsh_bspline_fit_data2()

double * xsh_bspline_fit_data2 ( double *  lambda,
double *  flux,
const int  size,
HIGH_ABS_REGION phigh,
xsh_instrument inst,
const int  fit_region 
)

◆ xsh_bspline_interpolate_data_at_pos()

double * xsh_bspline_interpolate_data_at_pos ( double *  wave,
double *  flux,
const int  size,
double *  pos,
const int  size_pos 
)

◆ xsh_fill_high_abs_regions()

HIGH_ABS_REGION * xsh_fill_high_abs_regions ( xsh_instrument instrument,
cpl_frame *  high_abs_frame 
)

◆ xsh_fill_tell_compute_resid_regions()

HIGH_ABS_REGION * xsh_fill_tell_compute_resid_regions ( xsh_instrument instrument,
cpl_frame *  high_abs_frame 
)

◆ xsh_fill_tell_fit_regions()

HIGH_ABS_REGION * xsh_fill_tell_fit_regions ( xsh_instrument instrument,
cpl_frame *  high_abs_frame 
)

Variable Documentation

◆ STAR_MATCH_DEPSILON

const double STAR_MATCH_DEPSILON =0.0166667
static