Recipe to coadd bad pixel masks

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.

Function Documentation

int cpl_plugin_get_info ( cpl_pluginlist *  list  ) 
static int xsh_util_bpmap_coadd ( cpl_parameterlist *  parameters,
cpl_frameset *  sof 
) [static]

Do bad pixel search. Monitor parameters. Do something.

Parameters:
parameters the parameter list
sof the frames list
Returns:
0 if everything is ok

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 263 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_HP, XSH_BP_MAP_NL, XSH_BP_MAP_NP, XSH_BP_MAP_PN, XSH_BP_MAP_REF, XSH_BP_MAP_RP, 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_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.

Parameters:
plugin the plugin
Returns:
0 if everything is ok

Definition at line 140 of file xsh_util_bpmap_coadd.c.

References assure, irplib_reset(), RECIPE_ID, xsh_error_dump, xsh_init(), 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.

Parameters:
plugin the plugin
Returns:
0 if everything is ok

Definition at line 229 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.

Parameters:
plugin the plugin
Returns:
0 if everything is ok

Definition at line 193 of file xsh_util_bpmap_coadd.c.

References check, and xsh_util_bpmap_coadd().

Referenced by cpl_plugin_get_info().


Generated on 9 Mar 2011 for X-shooter Pipeline Reference Manual by  doxygen 1.6.1