UVES Pipeline Reference Manual
5.4.6
|
Functions | |
static cpl_error_code | test_gaussian_fitting (void) |
this function test the gaussian fitting | |
int | main (void) |
Various tests of low-level library functions. More... | |
static cpl_error_code | uves_save_vector (void) |
this function test the gaussian fitting | |
int main | ( | void | ) |
Various tests of low-level library functions.
Currently, only 2d gaussian fitting (uves_fit_gaussian_2d
which calls uves_fit_gaussian_1d_image
which calls irplib_fit_gaussian_1d
which calls Levenberg-Marquardt routine) is tested.
Definition at line 393 of file uves-test.c.
References check, and test_gaussian_fitting().