UVES Pipeline Reference Manual
5.4.6
|
Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. More... | |
static int | uves_utl_remove_crh_single_create (cpl_plugin *plugin) |
Setup the recipe options. More... | |
static int | uves_utl_remove_crh_single_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. More... | |
static int | uves_utl_remove_crh_single_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. More... | |
static int | uves_utl_remove_crh_single (cpl_parameterlist *parlist, cpl_frameset *framelist) |
Get the command line options and execute the data reduction. More... | |
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 101 of file uves_utl_remove_crh_single.c.
References uves_get_license(), uves_utl_remove_crh_single_create(), uves_utl_remove_crh_single_destroy(), and uves_utl_remove_crh_single_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 135 of file uves_utl_remove_crh_single.c.
References irplib_reset().
Referenced by cpl_plugin_get_info().
|
static |
Execute the plugin instance given by the interface.
plugin | the plugin |
Definition at line 215 of file uves_utl_remove_crh_single.c.
References irplib_reset(), and uves_utl_remove_crh_single().
Referenced by cpl_plugin_get_info().
|
static |
Destroy what has been created by the 'create' function.
plugin | the plugin |
Definition at line 246 of file uves_utl_remove_crh_single.c.
Referenced by cpl_plugin_get_info().
|
static |
Get the command line options and execute the data reduction.
parlist | the parameters list |
framelist | the frames list |
Definition at line 268 of file uves_utl_remove_crh_single.c.
References check, check_nomsg, uves_msg, uves_msg_error, and uves_remove_crh_single().
Referenced by uves_utl_remove_crh_single_exec().