|
X-shooter Pipeline Reference Manual 3.8.15
|
Functions | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
| static int | xsh_util_compute_response_create (cpl_plugin *plugin) |
| Setup the recipe options | |
| static int | xsh_util_compute_response_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | xsh_util_compute_response_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | xsh_util_compute_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 103 of file xsh_util_compute_response.c.
References RECIPE_AUTHOR, RECIPE_CONTACT, RECIPE_ID, xsh_get_license(), xsh_util_compute_response_create(), xsh_util_compute_response_description, xsh_util_compute_response_description_short, xsh_util_compute_response_destroy(), and xsh_util_compute_response_exec().
|
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_compute_response.c.
References check, exptime, instrument, n, RECIPE_ID, XSH_ARM_NIR, XSH_ATMOS_EXT, xsh_begin(), xsh_compute_response2(), xsh_find_frame_with_tag(), XSH_FLUX_STD_CAT, xsh_free_frame(), xsh_free_frameset(), xsh_free_propertylist(), XSH_IMA, xsh_instrument_free(), xsh_instrument_get_arm(), xsh_msg, xsh_msg_error, XSH_OBJECT_SLIT_STARE, xsh_parameters_get_boolean(), xsh_pfits_get_dit(), xsh_pfits_get_exptime(), xsh_pfits_get_ndit(), XSH_RESP_FIT_POINTS_CAT, XSH_STD_FLUX_SLIT_STARE, XSH_STD_TELL_SLIT_STARE, XSH_TELL_MOD_CAT, and xsh_util_compute_response_description_short.
Referenced by xsh_util_compute_response_exec().
|
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 137 of file xsh_util_compute_response.c.
References check, RECIPE_ID, xsh_init(), xsh_parameters_decode_bp(), xsh_parameters_generic(), and xsh_parameters_new_boolean().
Referenced by cpl_plugin_get_info().
|
static |
Destroy what has been created by the 'create' function.
| plugin | the plugin |
Definition at line 205 of file xsh_util_compute_response.c.
Referenced by cpl_plugin_get_info().
|
static |
Execute the plugin instance given by the interface.
| plugin | the plugin |
Definition at line 174 of file xsh_util_compute_response.c.
References xsh_util_compute_response().
Referenced by cpl_plugin_get_info().