Defines | |
#define | MODULE_ID "XSH_WAVECAL_FWHM" |
#define | SYNTAX |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_data_dispersol. |
Test the dispersol list
#define MODULE_ID "XSH_WAVECAL_FWHM" |
Definition at line 61 of file test-xsh_wavecal_fwhm.c.
#define SYNTAX |
"Add evaluation of wavelength ans slit by dispersion solution to file fwhm.dat produce by wavecal\n"\ "usage : ./the_xsh_wavecal_fwhm DATA_FILE DISP_TAB\n"\ "DATA_FILE => File fwhm.dat produce by wavecal\n"\ "DISP_TAB => dispersion solution to apply\n"
Definition at line 63 of file test-xsh_wavecal_fwhm.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_data_dispersol.
Definition at line 80 of file test-xsh_wavecal_fwhm.c.
References xsh_dispersol::absorder, check, instrument, xsh_dispersol::lambda_poly, xsh_dispersol_list::list, MODULE_ID, order, xsh_dispersol::slit_poly, SYNTAX, TEST_END, TESTS_INIT, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_dispersol_list_eval(), xsh_dispersol_list_free(), xsh_dispersol_list_load(), xsh_error_dump, xsh_free_frame(), xsh_instrument_free(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_msg, and xsh_pfits_get_arm().