Defines | |
#define | MODULE_ID "XSH_GUESS" |
#define | SYNTAX |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_themap. |
#define MODULE_ID "XSH_GUESS" |
Definition at line 59 of file test-xsh_guess.c.
#define SYNTAX |
"Test X,Y point generation\n"\ "use : ./the_xsh_guess XSH_MODEL_CFG INPUT_MODEL_TAB (columns 'order', 'wavelength', 'slit')\n"\ "(table with predicted 'x','y' predicted positions)\n"
Definition at line 60 of file test-xsh_guess.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_themap.
Definition at line 76 of file test-xsh_guess.c.
References binx, biny, check, MODULE_ID, SYNTAX, TESTS_INIT, x, XSH_ASSURE_NOT_NULL, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_error_dump, xsh_instrument_new(), xsh_instrument_parse_tag(), XSH_MOD_CFG_VIS, xsh_model_binxy(), xsh_model_config_load_best(), xsh_model_get_xy(), xsh_msg, and y.