|
UVES Pipeline Reference Manual
5.4.0
|
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 |
evaluate Gaussian
| x | where |
| my | centroid |
| sigma | stdev |
| norm | normalization |
| back | constant term |
Definition at line 93 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 214 of file uves_cd_align-test.c.
References check, and test_process().
1.8.1.1