Defines | |
#define | XSH_FLOAT_PRECISION 0.000001 |
#define | MODULE_ID "XSH_SUBTRACT_SKY_NOD" |
#define | SYNTAX |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_subtract_sky_node. |
#define MODULE_ID "XSH_SUBTRACT_SKY_NOD" |
Definition at line 59 of file test-xsh_subtract_sky_nod.c.
#define SYNTAX |
"Test xsh_subtract_sky_nod\n"\ "usage : ./test_xsh_subtract_sky_nod [<o[tions>] <raw_file1> <raw_file2> ... \n"\ " Subtract noded files 2 by 2).\n"\ "<raw_files> the list of raw files, 2 by 2\n"\
Definition at line 61 of file test-xsh_subtract_sky_nod.c.
#define XSH_FLOAT_PRECISION 0.000001 |
Definition at line 58 of file test-xsh_subtract_sky_nod.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_subtract_sky_node.
Definition at line 132 of file test-xsh_subtract_sky_nod.c.
References check, HandleOptions(), instrument, mode, MODULE_ID, SYNTAX, TEST_END, TESTS_INIT, XSH_ARM_VIS, XSH_ASSURE_NOT_ILLEGAL, XSH_ASSURE_NOT_NULL, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_free_frameset(), xsh_instrument_free(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_instrument_set_mode(), XSH_MODE_SLIT, xsh_msg, XSH_OBJECT_SLIT_NOD, xsh_prepare(), and xsh_subtract_sky_nod().