Defines | |
#define | MODULE_ID "XSH_CREATE_MAP" |
Enumerations | |
enum | { DEBUG_OPT, HELP_OPT } |
Functions | |
static void | Help (void) |
static void | HandleOptions (int argc, char **argv) |
int | main (int argc, char **argv) |
Create a SLITMAP and a WAVEMAP from Set Of Files (SOF). | |
Variables | |
static struct option | LongOptions [] |
#define MODULE_ID "XSH_CREATE_MAP" |
Definition at line 60 of file test-xsh_create_map.c.
anonymous enum |
Definition at line 62 of file test-xsh_create_map.c.
static void HandleOptions | ( | int | argc, | |
char ** | argv | |||
) | [static] |
Definition at line 90 of file test-xsh_create_map.c.
References DEBUG_OPT, Help(), HELP_OPT, LongOptions, XSH_DEBUG_LEVEL_HIGH, XSH_DEBUG_LEVEL_LOW, and xsh_debug_level_set().
Referenced by main().
static void Help | ( | void | ) | [static] |
Definition at line 72 of file test-xsh_create_map.c.
References TEST_END.
Referenced by HandleOptions(), and main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Create a SLITMAP and a WAVEMAP from Set Of Files (SOF).
Test the Data Reduction Library function XSH_CREATE_MAP
Definition at line 127 of file test-xsh_create_map.c.
References xsh_instrument::binx, binx, xsh_instrument::biny, biny, check, HandleOptions(), Help(), instrument, MODULE_ID, sof_to_frameset(), TEST_END, TESTS_INIT, TESTS_XSH_FRAME_CREATE, XSH_ARM_NIR, xsh_create_map(), xsh_create_model_map(), XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_dfs_set_groups(), xsh_error_dump, xsh_error_reset, xsh_find_disp_tab(), xsh_find_frame_with_tag(), xsh_find_order_tab_edges(), xsh_free_frame(), xsh_free_frameset(), xsh_free_propertylist(), xsh_instrument_free(), xsh_instrument_get_arm(), XSH_MOD_CFG_OPT_2D, XSH_MOD_CFG_TAB, xsh_model_temperature_update_frame(), xsh_msg, xsh_pfits_get_binx(), and xsh_pfits_get_biny().
struct option LongOptions[] [static] |
Definition at line 66 of file test-xsh_create_map.c.
Referenced by HandleOptions().