Defines | |
#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) |
#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, xsh_instrument_set_recipe_id(), xsh_msg, xsh_pre_free(), xsh_pre_load(), and xsh_pre_save().
Referenced by main().
static cpl_frame* create_frame | ( | const char * | name, | |
int | nx, | |||
int | ny, | |||
const char * | tag, | |||
cpl_frame_group | group, | |||
xsh_instrument * | instrument, | |||
int | norm | |||
) | [static] |
Definition at line 158 of file test-xsh_compute_noise_map.c.
References check, check_msg, 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 verify_noisy | ( | cpl_frame * | frame, | |
xsh_instrument * | instrument | |||
) |
Definition at line 201 of file test-xsh_compute_noise_map.c.
References assure, xsh_pre::nx, xsh_pre::ny, xsh_pre::qual, xsh_bpmap_count(), xsh_msg, xsh_pre_free(), and xsh_pre_load().
Referenced by main().