|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_data_instrument.h>Go to the source code of this file.
Data Structures | |
| struct | HIGH_ABS_REGION |
Functions | |
| HIGH_ABS_REGION * | xsh_fill_high_abs_regions (xsh_instrument *instrument, cpl_frame *high_abs_frame) |
| HIGH_ABS_REGION * | xsh_fill_tell_fit_regions (xsh_instrument *instrument, cpl_frame *high_abs_frame) |
| HIGH_ABS_REGION * | xsh_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 |
| 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 | ||
| ) |
Definition at line 2664 of file xsh_compute_response.c.
References xsh_msg.
Referenced by xsh_bspline_fit_interpol(), xsh_fit_spline1(), xsh_fit_spline2(), and xsh_telluric_model_eval().
| HIGH_ABS_REGION * xsh_fill_high_abs_regions | ( | xsh_instrument * | instrument, |
| cpl_frame * | high_abs_frame | ||
| ) |
Definition at line 267 of file xsh_efficiency_response.c.
References check, xsh_instrument::config, instrument, HIGH_ABS_REGION::lambda_max, HIGH_ABS_REGION::lambda_min, NirHighAbsRegions, NirJhHighAbsRegions, XSH_INSTRCONFIG::order_max, XSH_INSTRCONFIG::order_min, XSH_INSTRCONFIG::orders, UvbHighAbsRegions, VisHighAbsRegions, XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, xsh_free_table(), and xsh_instrument_get_arm().
Referenced by main(), xsh_compute_response(), xsh_compute_response2(), xsh_compute_response_ord(), and xsh_efficiency_compute().
| HIGH_ABS_REGION * xsh_fill_tell_compute_resid_regions | ( | xsh_instrument * | instrument, |
| cpl_frame * | high_abs_frame | ||
| ) |
Definition at line 398 of file xsh_efficiency_response.c.
References check, instrument, HIGH_ABS_REGION::lambda_max, HIGH_ABS_REGION::lambda_min, NirTellComputeResidRegions, UvbTellComputeResidRegions, VisTellComputeResidRegions, XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, xsh_free_table(), and xsh_instrument_get_arm().
Referenced by xsh_evaluate_tell_model(), and xsh_extract_ranges_to_fit().
| HIGH_ABS_REGION * xsh_fill_tell_fit_regions | ( | xsh_instrument * | instrument, |
| cpl_frame * | high_abs_frame | ||
| ) |
Definition at line 332 of file xsh_efficiency_response.c.
References check, xsh_instrument::config, instrument, HIGH_ABS_REGION::lambda_max, HIGH_ABS_REGION::lambda_min, NirJhTellFitRegions, NirTellFitRegions, XSH_INSTRCONFIG::order_max, XSH_INSTRCONFIG::order_min, XSH_INSTRCONFIG::orders, UvbTellFitRegions, VisTellFitRegions, XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, xsh_free_table(), and xsh_instrument_get_arm().
Referenced by xsh_extract_points_to_fit(), and xsh_telluric_model_eval().
|
static |
Definition at line 29 of file xsh_efficiency_response.h.
Referenced by xsh_catalog_extract_spectrum_frame(), xsh_compute_response(), xsh_compute_response2(), xsh_compute_response_ord(), and xsh_efficiency_compute().