Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
static int | xsh_util_apply_response_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_apply_response_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_util_apply_response_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static int | xsh_util_apply_response (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_apply_response.c.
References RECIPE_AUTHOR, RECIPE_CONTACT, RECIPE_ID, xsh_get_license(), xsh_util_apply_response_create(), xsh_util_apply_response_description, xsh_util_apply_response_description_short, xsh_util_apply_response_destroy(), and xsh_util_apply_response_exec().
static int xsh_util_apply_response | ( | 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 227 of file xsh_util_apply_response.c.
References check, instrument, n, RECIPE_ID, XSH_ATMOS_EXT, xsh_begin(), xsh_find_frame_with_tag(), xsh_free_frame(), xsh_free_frameset(), XSH_IMA, xsh_instrument_free(), xsh_merge_ord(), xsh_msg, xsh_msg_error, xsh_normalize_spectrum_ord(), XSH_OBJECT_SLIT_STARE, xsh_parameters_merge_ord_get(), XSH_RESPONSE_ORDER1D_SLIT, XSH_STD_FLUX_SLIT_STARE, XSH_STD_TELL_SLIT_STARE, xsh_util_apply_response_description_short, and xsh_util_multiply_by_response_ord().
Referenced by xsh_util_apply_response_exec().
static int xsh_util_apply_response_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_apply_response.c.
References check, RECIPE_ID, WEIGHTED_MERGE_METHOD, xsh_init(), xsh_parameters_generic(), and xsh_parameters_merge_ord_create().
Referenced by cpl_plugin_get_info().
static int xsh_util_apply_response_destroy | ( | cpl_plugin * | plugin | ) | [static] |
Destroy what has been created by the 'create' function.
plugin | the plugin |
Definition at line 205 of file xsh_util_apply_response.c.
Referenced by cpl_plugin_get_info().
static int xsh_util_apply_response_exec | ( | cpl_plugin * | plugin | ) | [static] |
Execute the plugin instance given by the interface.
plugin | the plugin |
Definition at line 174 of file xsh_util_apply_response.c.
References xsh_util_apply_response().
Referenced by cpl_plugin_get_info().