Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
static int | xsh_util_afc_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_afc_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_util_afc_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static int | xsh_util_afc (cpl_parameterlist *parlist, cpl_frameset *frames) |
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 110 of file xsh_util_afc.c.
References RECIPE_AUTHOR, RECIPE_CONTACT, RECIPE_ID, xsh_get_license(), xsh_util_afc_create(), xsh_util_afc_description, xsh_util_afc_description_short, xsh_util_afc_destroy(), and xsh_util_afc_exec().
static int xsh_util_afc | ( | cpl_parameterlist * | parlist, | |
cpl_frameset * | frames | |||
) | [static] |
Get the command line options and execute the data reduction.
parlist | the parameters list | |
frames | the frames list |
Definition at line 234 of file xsh_util_afc.c.
References check, instrument, RECIPE_ID, size, x, xsh_add_product_table(), XSH_AFC_POS, XSH_AFC_SLT, xsh_begin(), xsh_find_frame_with_tag(), xsh_frame_product(), xsh_free_frame(), xsh_free_frameset(), xsh_free_image(), xsh_free_propertylist(), xsh_free_table(), XSH_GET_TAG_FROM_ARM, xsh_instrument_free(), xsh_msg, XSH_QC_AFC_RESX_AVG, XSH_QC_AFC_RESX_MED, XSH_QC_AFC_RESY_AVG, XSH_QC_AFC_RESY_MED, xsh_util_afc_description_short, and y.
Referenced by xsh_util_afc_exec().
static int xsh_util_afc_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 144 of file xsh_util_afc.c.
References check, RECIPE_ID, xsh_init(), xsh_parameters_decode_bp(), and xsh_parameters_generic().
Referenced by cpl_plugin_get_info().
static int xsh_util_afc_destroy | ( | cpl_plugin * | plugin | ) | [static] |
Destroy what has been created by the 'create' function.
plugin | the plugin |
Definition at line 211 of file xsh_util_afc.c.
Referenced by cpl_plugin_get_info().
static int xsh_util_afc_exec | ( | cpl_plugin * | plugin | ) | [static] |
Execute the plugin instance given by the interface.
plugin | the plugin |
Definition at line 180 of file xsh_util_afc.c.
References xsh_util_afc().
Referenced by cpl_plugin_get_info().