Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
static int | xsh_util_bpmap_coadd_create (cpl_plugin *plugin) |
Set up the recipe options. | |
static int | xsh_util_bpmap_coadd_exec (cpl_plugin *plugin) |
Executes the plugin instance given by the interface. | |
static int | xsh_util_bpmap_coadd_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static int | xsh_util_bpmap_coadd (cpl_parameterlist *parameters, cpl_frameset *sof) |
Do bad pixel search. Monitor parameters. Do something. |
int cpl_plugin_get_info | ( | cpl_pluginlist * | list | ) |
Definition at line 105 of file xsh_util_bpmap_coadd.c.
References xsh_get_license(), xsh_util_bpmap_coadd_create(), xsh_util_bpmap_coadd_description, xsh_util_bpmap_coadd_description_short, xsh_util_bpmap_coadd_destroy(), and xsh_util_bpmap_coadd_exec().
static int xsh_util_bpmap_coadd | ( | cpl_parameterlist * | parameters, | |
cpl_frameset * | sof | |||
) | [static] |
Do bad pixel search. Monitor parameters. Do something.
parameters | the parameter list | |
sof | the frames list |
The parameter list must contain:
The parameters are used to combine the input images and generate an output image which is saved on disk.
Definition at line 264 of file xsh_util_bpmap_coadd.c.
References check, instrument, n, RECIPE_ID, xsh_add_product_image(), xsh_badpixelmap_coadd(), xsh_begin(), XSH_BP_MAP_CP, XSH_BP_MAP_DP, XSH_BP_MAP_HP, XSH_BP_MAP_NL, XSH_BP_MAP_NP, XSH_BP_MAP_PN, XSH_BP_MAP_REF, XSH_BP_MAP_RP, XSH_BP_MAP_SP, xsh_dfs_set_groups(), xsh_frame_product(), xsh_free_frameset(), xsh_free_image(), xsh_free_propertylist(), xsh_instrument_arm_tostring(), XSH_MASTER_BP_MAP, XSH_MASTER_BP_MAP_BIAS, XSH_MASTER_BP_MAP_DARK, XSH_MASTER_BP_MAP_FLAT, XSH_MASTER_BP_MAP_NLIN, xsh_msg, xsh_msg_error, xsh_msg_warning, xsh_pfits_set_pcatg(), and xsh_util_bpmap_coadd_description_short.
Referenced by xsh_util_bpmap_coadd_exec().
static int xsh_util_bpmap_coadd_create | ( | cpl_plugin * | plugin | ) | [static] |
Set up the recipe options.
plugin | the plugin |
Definition at line 140 of file xsh_util_bpmap_coadd.c.
References assure, irplib_reset(), RECIPE_ID, xsh_error_dump, xsh_init(), xsh_parameters_decode_bp(), and xsh_parameters_generic().
Referenced by cpl_plugin_get_info().
static int xsh_util_bpmap_coadd_destroy | ( | cpl_plugin * | plugin | ) | [static] |
Destroy what has been created by the 'create' function.
plugin | the plugin |
Definition at line 230 of file xsh_util_bpmap_coadd.c.
Referenced by cpl_plugin_get_info().
static int xsh_util_bpmap_coadd_exec | ( | cpl_plugin * | plugin | ) | [static] |
Executes the plugin instance given by the interface.
plugin | the plugin |
Definition at line 194 of file xsh_util_bpmap_coadd.c.
References check, and xsh_util_bpmap_coadd().
Referenced by cpl_plugin_get_info().