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 |
This modules implements the interface to the DFS, such as file formats, file names, I/O and FITS header compliancy.
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 90 of file uves_cd_align-test.c.
References uves_moffat().
Referenced by test_process().
int main | ( | void | ) |
Test of uves_cal_cdalign recipe.
Test of uves_dfs.
Definition at line 659 of file uves_dfs-test.c.
References check, check_nomsg, convert_midas_array(), parse_midas_poly(), test_load_linetable(), test_save_frame(), test_save_image(), and uves_error_dump.