Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
static int | xsh_util_bpmap_nl_raw2pre_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_bpmap_nl_raw2pre_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_util_bpmap_nl_raw2pre_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static int | xsh_util_bpmap_nl_raw2pre (cpl_parameterlist *parlist, cpl_frameset *framelist) |
Get the command line options and execute the data reduction. |
int cpl_plugin_get_info | ( | cpl_pluginlist * | list | ) |
Build the list of available plugins, for this module.
list | the plugin list |
This function is exported.
Definition at line 102 of file xsh_util_bpmap_nl_raw2pre.c.
References RECIPE_AUTHOR, RECIPE_CONTACT, RECIPE_ID, xsh_get_license(), xsh_util_bpmap_nl_raw2pre_create(), xsh_util_bpmap_nl_raw2pre_description, xsh_util_bpmap_nl_raw2pre_description_short, xsh_util_bpmap_nl_raw2pre_destroy(), and xsh_util_bpmap_nl_raw2pre_exec().
static int xsh_util_bpmap_nl_raw2pre | ( | cpl_parameterlist * | parlist, | |
cpl_frameset * | framelist | |||
) | [static] |
Get the command line options and execute the data reduction.
parlist | the parameters list | |
framelist | the frames list |
Definition at line 223 of file xsh_util_bpmap_nl_raw2pre.c.
References check, instrument, RECIPE_ID, xsh_add_product_bpmap(), xsh_begin(), XSH_BP_MAP_NL, xsh_find_frame_with_tag(), xsh_free(), xsh_free_frameset(), XSH_GET_TAG_FROM_ARM, xsh_instrument_arm_tostring(), xsh_instrument_free(), XSH_MASTER_BP_MAP, xsh_msg, xsh_pre_create(), xsh_pre_free(), xsh_pre_save(), XSH_RAW_BP_MAP_NL, and xsh_util_bpmap_nl_raw2pre_description_short.
Referenced by xsh_util_bpmap_nl_raw2pre_exec().
static int xsh_util_bpmap_nl_raw2pre_create | ( | cpl_plugin * | plugin | ) | [static] |
Setup the recipe options.
plugin | the plugin |
Create the recipe instance and make it available to the application using the interface.
Definition at line 136 of file xsh_util_bpmap_nl_raw2pre.c.
References check, RECIPE_ID, xsh_init(), and xsh_parameters_generic().
Referenced by cpl_plugin_get_info().
static int xsh_util_bpmap_nl_raw2pre_destroy | ( | cpl_plugin * | plugin | ) | [static] |
Destroy what has been created by the 'create' function.
plugin | the plugin |
Definition at line 201 of file xsh_util_bpmap_nl_raw2pre.c.
Referenced by cpl_plugin_get_info().
static int xsh_util_bpmap_nl_raw2pre_exec | ( | cpl_plugin * | plugin | ) | [static] |
Execute the plugin instance given by the interface.
plugin | the plugin |
Definition at line 170 of file xsh_util_bpmap_nl_raw2pre.c.
References xsh_util_bpmap_nl_raw2pre().
Referenced by cpl_plugin_get_info().