Defines | |
#define | MODULE_ID "XSH_DATA_DISPERSOL" |
#define | SYNTAX |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_data_dispersol. |
Test the dispersol list
#define MODULE_ID "XSH_DATA_DISPERSOL" |
Definition at line 61 of file test-xsh_data_dispersol.c.
#define SYNTAX |
"Test the dispersion file by producing WAVEMAP and SLITMAP\n"\ "usage : ./the_xsh_data_dispersol DISPERSOL_TAB ORDER_TAB PRE\n"\ "DISPERSOL_TAB => the dispersol table\n"\ "ORDER_TAB => the order table\n"\ "PRE => the pre image\n"
Definition at line 63 of file test-xsh_data_dispersol.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_data_dispersol.
Definition at line 81 of file test-xsh_data_dispersol.c.
References check, instrument, MODULE_ID, XSH_INSTRCONFIG::ny, ny, XSH_INSTRCONFIG::orders, SYNTAX, TEST_END, TESTS_INIT, XSH_ARM_UVB, XSH_ASSURE_NOT_NULL, xsh_create_map(), XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_error_dump, xsh_free_frame(), xsh_instrument_free(), xsh_instrument_get_config(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_msg, XSH_TABLE_FREE, and XSH_TABLE_LOAD.