Defines | |
| #define | MODULE_ID "PRODUCT_XSH_MASTER_BIAS" |
| #define | SYNTAX |
Functions | |
| int | main (int argc, char **argv) |
| Test if the input file is a valid MASTER_BIAS product. | |
| #define MODULE_ID "PRODUCT_XSH_MASTER_BIAS" |
Definition at line 60 of file test-product_xsh_master_bias.c.
| #define SYNTAX |
"Test the MASTER_BIAS\n"\ "use : ./test-product_xsh_master_bias MASTER_BIAS\n"\ "MASTER_BIAS => the master bias frame\n"
Definition at line 61 of file test-product_xsh_master_bias.c.
Referenced by HandleOptions(), and main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Test if the input file is a valid MASTER_BIAS product.
Definition at line 77 of file test-product_xsh_master_bias.c.
References check, xsh_pre::data_header, instrument, MODULE_ID, xsh_pre::ron, SYNTAX, TESTS_INIT, XSH_ARM_UVB, XSH_ARM_VIS, XSH_ASSURE_NOT_ILLEGAL, XSH_ASSURE_NOT_NULL, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_error_dump, xsh_free_frame(), xsh_instrument_free(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_msg, xsh_pfits_get_pcatg(), xsh_pfits_get_qc_mbiasavg(), xsh_pfits_get_qc_mbiasmed(), xsh_pfits_get_qc_mbiasrms(), xsh_pfits_get_qc_ron(), xsh_pfits_get_qc_structx(), xsh_pfits_get_qc_structy(), xsh_pre_free(), and xsh_pre_load().
1.6.1