|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|

Macros | |
| #define | HDRL_DELTA_COMPARE_VALUE HDRL_EPS_DATA * 1. |
| #define | cpl_ensure_no_error cpl_test_eq(get_error_and_reset(), CPL_ERROR_NONE); |
| #define | cpl_ensure_error cpl_test_noneq(get_error_and_reset(), CPL_ERROR_NONE); |
Functions | |
| hdrl_spectrum1D * | create_spectrum (double *wavs, double *flux, double *flux_e, const cpl_size sz) |
| cpl_bivector * | create_windows (const double *w1, const double *w2, const cpl_size sz) |
| cpl_array * | create_array (const double *els, const cpl_size sz) |
| void | test_response_basic (void) |
| void | test_truncation (void) |
| void | test_edges_of_response_outside_fit_points (void) |
| void | test_telluric (void) |
| void | test_ignore_abs_regions (void) |
| int | main (void) |
| Unit tests of efficiency calculation module. | |
Variables | |
| const hdrl_spectrum1D_wave_scale | scale = hdrl_spectrum1D_wave_scale_linear |
| #define cpl_ensure_error cpl_test_noneq(get_error_and_reset(), CPL_ERROR_NONE); |
| #define cpl_ensure_no_error cpl_test_eq(get_error_and_reset(), CPL_ERROR_NONE); |
| #define HDRL_DELTA_COMPARE_VALUE HDRL_EPS_DATA * 1. |
| cpl_array * create_array | ( | const double * | els, |
| const cpl_size | sz | ||
| ) |
| hdrl_spectrum1D * create_spectrum | ( | double * | wavs, |
| double * | flux, | ||
| double * | flux_e, | ||
| const cpl_size | sz | ||
| ) |
| cpl_bivector * create_windows | ( | const double * | w1, |
| const double * | w2, | ||
| const cpl_size | sz | ||
| ) |
| int main | ( | void | ) |
Unit tests of efficiency calculation module.
| void test_edges_of_response_outside_fit_points | ( | void | ) |
| void test_ignore_abs_regions | ( | void | ) |
| void test_response_basic | ( | void | ) |
| void test_telluric | ( | void | ) |
| void test_truncation | ( | void | ) |
| const hdrl_spectrum1D_wave_scale scale = hdrl_spectrum1D_wave_scale_linear |