Defines | |
#define | MODULE_ID "XSH_MODEL" |
#define | SYNTAX |
#define | MODULE_ID "XSH_RESID_TAB" |
#define | SYNTAX |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_resid_tab. |
#define MODULE_ID "XSH_RESID_TAB" |
Definition at line 62 of file test-xsh_resid_tab.c.
#define MODULE_ID "XSH_MODEL" |
Definition at line 64 of file test-xsh_model.c.
#define SYNTAX |
"Test the residual tab\n"\ "use : ./the_xsh_resid_tab RESID_TAB \n"\ "RESID_TAB => the residual table\n"
Definition at line 63 of file test-xsh_resid_tab.c.
#define SYNTAX |
"Create a the tab from model\n"\ "use : ./test_xsh_model SOF\n"\ "SOF => model config and arclist\n"
Definition at line 65 of file test-xsh_model.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_resid_tab.
Definition at line 79 of file test-xsh_resid_tab.c.
References check, instrument, xsh_resid_tab::lambda, MODULE_ID, xsh_resid_tab::solution_type, SYNTAX, TEST_END, TESTS_INIT, xsh_resid_tab::thanneal_x, xsh_resid_tab::thanneal_y, xsh_resid_tab::thcor_x, xsh_resid_tab::thcor_y, xsh_resid_tab::thpre_x, xsh_resid_tab::thpre_y, xsh_resid_tab::xgauss, xsh_resid_tab::xpoly, XSH_ARM_VIS, XSH_ASSURE_NOT_NULL, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), XSH_DETECT_ARCLINES_TYPE_POLY, xsh_error_dump, xsh_free_frame(), xsh_instrument_free(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_instrument_set_mode(), XSH_MODE_IFU, xsh_msg, xsh_resid_tab_free(), xsh_resid_tab_get_size(), xsh_resid_tab_load(), xsh_resid_tab_log(), xsh_resid_tab::ygauss, and xsh_resid_tab::ypoly.