|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_error.h>#include <xsh_utils.h>#include "xsh_molecfit_calctrans.h"#include <mf_wrap_config.h>#include <telluriccorr.h>Go to the source code of this file.
Macros | |
| #define | RECIPE_ID "xsh_molecfit_calctrans" |
| #define | RECIPE_AUTHOR "N. Fernando, B. Miszalski" |
| #define | RECIPE_CONTACT "nuwanthika.fernando@partner.eso.org" |
Functions | |
| int | xsh_molecfit_calctrans_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| int | xsh_molecfit_calctrans_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| int | xsh_molecfit_calctrans_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| int | xsh_molecfit_calctrans (cpl_frameset *frameset, const cpl_parameterlist *parlist) |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
| cpl_error_code | xsh_molecfit_calc_setup_frameset (cpl_frameset *frameset, cpl_parameterlist *list, const char *arm, const char *input_name) |
| cpl_error_code | xsh_molecfit_calctrans_config (cpl_frameset *frameset, const cpl_parameterlist *parlist, cpl_parameterlist *ilist, cpl_parameterlist *iframelist) |
| Build the list of available plugins, for this module. | |
Variables | |
| char | xsh_molecfit_calctrans_description_short [] |
| char | xsh_molecfit_calctrans_description [] |
| #define RECIPE_AUTHOR "N. Fernando, B. Miszalski" |
Definition at line 49 of file xsh_molecfit_calctrans.c.
| #define RECIPE_CONTACT "nuwanthika.fernando@partner.eso.org" |
Definition at line 50 of file xsh_molecfit_calctrans.c.
| #define RECIPE_ID "xsh_molecfit_calctrans" |
Includes Typedefs: Enumeration types
Definition at line 48 of file xsh_molecfit_calctrans.c.
| char xsh_molecfit_calctrans_description[] |
Definition at line 76 of file xsh_molecfit_calctrans.c.
Referenced by cpl_plugin_get_info().
| char xsh_molecfit_calctrans_description_short[] |
static variables
Definition at line 73 of file xsh_molecfit_calctrans.c.
Referenced by cpl_plugin_get_info().