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

Functions | |
| hdrl_spectrum1D * | create_spectrum (double fx) |
| void | check_equal (const hdrl_spectrum1D *s1, const hdrl_spectrum1D *s2) |
| void | check_list_sequential (const hdrl_spectrum1Dlist *list, cpl_size idx, double mlx) |
| void | test_spectrum1dlist_wrap (void) |
| void | test_spectrum1dlist (void) |
| hdrl_spectrum1D * | create_spectrum_long (const double *data, const cpl_size length) |
| void | test_spectrum1dlist_collapse_badpix (void) |
| void | test_spectrum1dlist_collapse_mark_rej_in_interpolation (void) |
| void | test_spectrum1dlist_collapse_holes (void) |
| void | test_error_and_reset (cpl_error_code expected) |
| void | test_spectrum1dlist_insert_duplication (void) |
| int | main (void) |
| Unit tests of efficiency calculation module. | |
| void check_equal | ( | const hdrl_spectrum1D * | s1, |
| const hdrl_spectrum1D * | s2 | ||
| ) |
| void check_list_sequential | ( | const hdrl_spectrum1Dlist * | list, |
| cpl_size | idx, | ||
| double | mlx | ||
| ) |
| hdrl_spectrum1D * create_spectrum | ( | double | fx | ) |
| hdrl_spectrum1D * create_spectrum_long | ( | const double * | data, |
| const cpl_size | length | ||
| ) |
| int main | ( | void | ) |
Unit tests of efficiency calculation module.
| void test_error_and_reset | ( | cpl_error_code | expected | ) |
| void test_spectrum1dlist | ( | void | ) |
| void test_spectrum1dlist_collapse_badpix | ( | void | ) |
| void test_spectrum1dlist_collapse_holes | ( | void | ) |
| void test_spectrum1dlist_collapse_mark_rej_in_interpolation | ( | void | ) |
| void test_spectrum1dlist_insert_duplication | ( | void | ) |
| void test_spectrum1dlist_wrap | ( | void | ) |