|
X-shooter Pipeline Reference Manual 3.8.15
|
Macros | |
| #define | INV_DOUBLE -9999.0 |
| #define | LIGHTSPEED1000 299792458 |
Functions | |
| static cpl_table * | xsh_table_unique_wave (cpl_table *tab, const char *wname, const char *fname) |
| cpl_error_code | test_spectrum_detect_lines (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
| Unit tests of xsh module. | |
This module is a DRL function
| #define INV_DOUBLE -9999.0 |
Definition at line 53 of file test-xsh_spectrum_detect_lines.c.
| #define LIGHTSPEED1000 299792458 |
Definition at line 54 of file test-xsh_spectrum_detect_lines.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Unit tests of xsh module.
Definition at line 357 of file test-xsh_spectrum_detect_lines.c.
References test_spectrum_detect_lines().
| cpl_error_code test_spectrum_detect_lines | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 107 of file test-xsh_spectrum_detect_lines.c.
References check, esp_det_line(), esp_fit_lcont(), INV_DOUBLE, LIGHTSPEED1000, max, niter, select_local_spec(), xsh_free_table(), xsh_msg_warning, xsh_sort_table_1(), and xsh_table_unique_wave().
Referenced by main().
|
static |
Definition at line 64 of file test-xsh_spectrum_detect_lines.c.
References xsh_msg.
Referenced by test_spectrum_detect_lines().