|
X-shooter Pipeline Reference Manual 3.8.15
|
Macros | |
| #define | MODULE_ID "XSH_MODEL_MAPS_CREATE" |
| #define | SYNTAX |
Enumerations | |
| enum | { BINX_OPT , BINY_OPT } |
Functions | |
| static void | HandleOptions (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| static const char * | Options = "?" |
| Unit test of xsh_model_maps_create. | |
| static struct option | LongOptions [] |
| static char | mode [32] |
| int | binx =1 |
| int | biny =1 |
| #define MODULE_ID "XSH_MODEL_MAPS_CREATE" |
Definition at line 64 of file test-xsh_model_maps_create.c.
| #define SYNTAX |
Definition at line 65 of file test-xsh_model_maps_create.c.
| anonymous enum |
| Enumerator | |
|---|---|
| BINX_OPT | |
| BINY_OPT | |
Definition at line 89 of file test-xsh_model_maps_create.c.
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 132 of file test-xsh_model_maps_create.c.
References binx, biny, check, HandleOptions(), instrument, MODULE_ID, SYNTAX, TESTS_INIT, XSH_ASSURE_NOT_NULL, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_dfs_set_groups(), xsh_dfs_split_in_group(), xsh_error_dump, xsh_find_arc_line_list(), xsh_find_model_config_tab(), xsh_free_frame(), xsh_free_frameset(), xsh_instrument_free(), xsh_model_binxy(), xsh_model_config_load_best(), xsh_model_maps_create(), xsh_msg, and XSH_NEW_FRAMESET.
| int binx =1 |
Definition at line 100 of file test-xsh_model_maps_create.c.
Referenced by HandleOptions(), and main().
| int biny =1 |
Definition at line 101 of file test-xsh_model_maps_create.c.
Referenced by HandleOptions(), and main().
|
static |
Definition at line 93 of file test-xsh_model_maps_create.c.
Referenced by HandleOptions().
|
static |
Definition at line 99 of file test-xsh_model_maps_create.c.
Referenced by HandleOptions(), main(), test_combine_ima_gauss(), test_combine_ima_gauss2(), test_combine_ima_gauss3(), test_combine_ima_uniform2(), test_create_ima_gauss(), test_create_ima_uniform(), test_xsh_fill_bpm(), test_xsh_set_min_max(), test_xsh_set_trace(), xsh_badpixelmap_coadd(), xsh_badpixelmap_image_coadd(), xsh_collapse_errs(), xsh_compute_scale(), xsh_compute_scale_tab(), xsh_compute_scale_tab2(), xsh_compute_scale_tab3(), xsh_cube_3d_save_float(), xsh_cube_3d_save_int(), xsh_define_gauss_profile(), xsh_detmon_check_saturation_on_pair(), xsh_detmon_gain(), xsh_detmon_gain_compute_qc(), xsh_detmon_gain_prepare_autocorr(), xsh_detmon_gain_prepare_table(), xsh_detmon_gain_table_fill_row(), xsh_detmon_lg_qc_ptc(), xsh_detmon_lg_reduce_all(), xsh_detmon_lg_reduce_dit(), xsh_detmon_lin(), xsh_detmon_lin_table_fill_row(), xsh_detmon_opt_contamination(), xsh_flag_bp_at_location(), xsh_gain(), xsh_image_3d_save(), xsh_image_filter_wrapper(), xsh_instrument_parse_tag(), xsh_instrument_set_mode(), xsh_interpolate_linear(), xsh_mode_set(), xsh_mode_tostring(), xsh_model_maps_create(), xsh_opt_extract_orders(), xsh_rec_list1D_save_as_tab(), xsh_rec_list_save(), xsh_rec_list_save2(), xsh_rec_list_save_table(), xsh_rec_slit_size(), xsh_shift_tab_create(), and xsh_shift_tab_load().
|
static |
Unit test of xsh_model_maps_create.
Definition at line 87 of file test-xsh_model_maps_create.c.
Referenced by HandleOptions().