UVES Pipeline Reference Manual  5.4.0
Functions
UVES library unit tests

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.

Detailed Description


Function Documentation

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().