Functions | |
| static double | eval_gauss (double x, double my, double sigma, double norm, double back) |
| evaluate Gaussian | |
| static void | test_process (void) |
| test core processing part of CD align recipe | |
| int | main (void) |
| Test of uves_cal_cdalign recipe. | |
| static void | parse_midas_poly (void) |
| This function tests reading MIDAS polynomials. | |
| static void | test_load_linetable (void) |
| line table input | |
| static void | convert_midas_array (void) |
| this function tests reading MIDAS arrays | |
| static void | test_save_image (void) |
| test image output | |
| static void | test_save_frame (void) |
| test pipeline product creation | |
| static double eval_gauss | ( | double | x, | |
| double | my, | |||
| double | sigma, | |||
| double | norm, | |||
| double | back | |||
| ) | [static] |
evaluate Gaussian
| x | where | |
| my | centroid | |
| sigma | stdev | |
| norm | normalization | |
| back | constant term |
Definition at line 87 of file uves_cd_align-test.c.
References assure, and uves_moffat().
Referenced by test_process().
1.5.1