|
X-shooter Pipeline Reference Manual 3.8.15
|
Go to the source code of this file.
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) |
| 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().
| HIGH_ABS_REGION NirHighAbsRegions[] |
Definition at line 187 of file xsh_efficiency_response.c.
Referenced by xsh_fill_high_abs_regions().
| HIGH_ABS_REGION NirJhHighAbsRegions[] |
Definition at line 198 of file xsh_efficiency_response.c.
Referenced by xsh_fill_high_abs_regions().
| HIGH_ABS_REGION NirJhTellFitRegions[] |
Definition at line 98 of file xsh_efficiency_response.c.
Referenced by xsh_fill_tell_fit_regions().
| HIGH_ABS_REGION NirTellComputeResidRegions[] |
Definition at line 33 of file xsh_efficiency_response.c.
Referenced by xsh_fill_tell_compute_resid_regions().
| HIGH_ABS_REGION NirTellFitRegions[] |
Definition at line 58 of file xsh_efficiency_response.c.
Referenced by xsh_fill_tell_fit_regions().
| HIGH_ABS_REGION UvbHighAbsRegions[] |
Definition at line 259 of file xsh_efficiency_response.c.
Referenced by xsh_fill_high_abs_regions().
| HIGH_ABS_REGION UvbTellComputeResidRegions[] |
Definition at line 54 of file xsh_efficiency_response.c.
Referenced by xsh_fill_tell_compute_resid_regions().
| HIGH_ABS_REGION UvbTellFitRegions[] |
Definition at line 149 of file xsh_efficiency_response.c.
Referenced by xsh_fill_tell_fit_regions().
| HIGH_ABS_REGION VisHighAbsRegions[] |
Definition at line 246 of file xsh_efficiency_response.c.
Referenced by xsh_fill_high_abs_regions().
| HIGH_ABS_REGION VisTellComputeResidRegions[] |
Definition at line 44 of file xsh_efficiency_response.c.
Referenced by xsh_fill_tell_compute_resid_regions().
| HIGH_ABS_REGION VisTellFitRegions[] |
Definition at line 117 of file xsh_efficiency_response.c.
Referenced by xsh_fill_tell_fit_regions().