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

Functions | |
| cpl_array * | create_rect (const cpl_size sz, const cpl_size start, const cpl_size stop) |
| cpl_array * | create_gaussian (cpl_size num_samples, const double mean, const double stdev, const double center, double *delta_out) |
| void | test_shift_pixel_precision (const cpl_size in_shift) |
| void | test_shift_gaussian_fit (const double mean_diff, const cpl_boolean use_win_refinement) |
| int | main (void) |
| Unit tests of correlation and shift. | |
| cpl_array * create_gaussian | ( | cpl_size | num_samples, |
| const double | mean, | ||
| const double | stdev, | ||
| const double | center, | ||
| double * | delta_out | ||
| ) |
| cpl_array * create_rect | ( | const cpl_size | sz, |
| const cpl_size | start, | ||
| const cpl_size | stop | ||
| ) |
| int main | ( | void | ) |
Unit tests of correlation and shift.
| void test_shift_gaussian_fit | ( | const double | mean_diff, |
| const cpl_boolean | use_win_refinement | ||
| ) |
| void test_shift_pixel_precision | ( | const cpl_size | in_shift | ) |