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

Functions | |
| double | calc_gauss (double mean, double sigma, double x) |
| hdrl_value | gauss_func (hdrl_data_t lambda) |
| hdrl_value | absorption1_func (hdrl_data_t lambda) |
| hdrl_value | absorption2_func (hdrl_data_t lambda) |
| cpl_array * | get_wlengths (double start, double stop, double step) |
| void | test_on_slope (void) |
| void | test_on_peak (void) |
| void | test_compute_shift_xcorrelation (void) |
| int | main (void) |
| Unit tests of spectrum shift estimation module. | |
| hdrl_value absorption1_func | ( | hdrl_data_t | lambda | ) |
| hdrl_value absorption2_func | ( | hdrl_data_t | lambda | ) |
| double calc_gauss | ( | double | mean, |
| double | sigma, | ||
| double | x | ||
| ) |
| hdrl_value gauss_func | ( | hdrl_data_t | lambda | ) |
| cpl_array * get_wlengths | ( | double | start, |
| double | stop, | ||
| double | step | ||
| ) |
| int main | ( | void | ) |
Unit tests of spectrum shift estimation module.
| void test_compute_shift_xcorrelation | ( | void | ) |
| void test_on_peak | ( | void | ) |
| void test_on_slope | ( | void | ) |