Defines | |
#define | MODULE_ID "XSH_THEMAP" |
#define | SYNTAX |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_themap. |
#define MODULE_ID "XSH_THEMAP" |
Definition at line 65 of file test-xsh_the_map.c.
#define SYNTAX |
"Test the theoretical map\n"\ "use : ./the_xsh_themap THE_MAP PRE_FRAME\n"\ "THE_MAP => the theoretical map table\n"
Definition at line 66 of file test-xsh_the_map.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_themap.
Definition at line 82 of file test-xsh_the_map.c.
References check, MODULE_ID, order, SYNTAX, TEST_END, TESTS_INIT, XSH_ASSURE_NOT_NULL, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_error_dump, xsh_free_frame(), xsh_the_map_free(), xsh_the_map_get_detx(), xsh_the_map_get_dety(), xsh_the_map_get_order(), xsh_the_map_get_size(), xsh_the_map_get_slit_position(), xsh_the_map_get_wavelength(), and xsh_the_map_load().