|
X-shooter Pipeline Reference Manual 3.8.15
|
Macros | |
| #define | MODULE_ID "XSH_COMPUTE_NOISE_MAP" |
Functions | |
| cpl_frameset * | add_noisy_pixels (cpl_frameset *set, xsh_instrument *instrument) |
| Unit test of XSH_SUBTRACT. | |
| int | verify_noisy (cpl_frame *frame, xsh_instrument *instrument) |
| static cpl_frame * | create_frame (const char *name, int nx, int ny, const char *tag, cpl_frame_group group, xsh_instrument *instrument, int norm) |
| int | main (void) |
| #define MODULE_ID "XSH_COMPUTE_NOISE_MAP" |
Definition at line 61 of file test-xsh_compute_noise_map.c.
| cpl_frameset * add_noisy_pixels | ( | cpl_frameset * | set, |
| xsh_instrument * | instrument | ||
| ) |
Unit test of XSH_SUBTRACT.
Test the Data Reduction Library function XSH_SUBTRACT
Definition at line 77 of file test-xsh_compute_noise_map.c.
References assure, check_msg, xsh_pre::data, instrument, xsh_instrument_set_recipe_id(), xsh_msg, xsh_pre_free(), xsh_pre_load(), and xsh_pre_save().
Referenced by main().
|
static |
Definition at line 158 of file test-xsh_compute_noise_map.c.
References check, check_msg, instrument, nx, ny, XSH_INSTRCONFIG::pxspace, setHeader(), XSH_DET_PXSPACE, xsh_free_image(), xsh_free_propertylist(), xsh_instrument_get_config(), xsh_msg, xsh_pfits_set_dit(), xsh_pfits_set_ndit(), XSH_PRE_DATA_BPP, and XSH_PRE_DATA_TYPE.
Referenced by main().
| int main | ( | void | ) |
< Image size
< Nb of dark frames
Definition at line 221 of file test-xsh_compute_noise_map.c.
References add_noisy_pixels(), check, create_frame(), crh_clipping, xsh_clipping_param::diff, xsh_clipping_param::frac, instrument, MODULE_ID, xsh_clipping_param::niter, nx, ny, QFLAG_OUTSIDE_DATA_RANGE, xsh_clipping_param::sigma, xsh_stack_param::stack_method, TESTS_CLEAN_WORKSPACE, TESTS_INIT, TESTS_INIT_WORKSPACE, verify_noisy(), XSH_ARM_NIR, xsh_compute_noise_map(), XSH_DARK_NIR, xsh_error_dump, xsh_free_frame(), xsh_free_frameset(), xsh_free_imagelist(), xsh_free_temporary_files(), xsh_instrument_free(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_instrument_set_decode_bp(), xsh_instrument_set_mode(), XSH_MODE_IFU, xsh_msg, xsh_prepare(), and xsh_remove_crh_multiple().
| int verify_noisy | ( | cpl_frame * | frame, |
| xsh_instrument * | instrument | ||
| ) |
Definition at line 201 of file test-xsh_compute_noise_map.c.
References assure, instrument, xsh_pre::nx, xsh_pre::ny, xsh_pre::qual, xsh_bpmap_count(), xsh_msg, xsh_pre_free(), and xsh_pre_load().
Referenced by main().