X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions | Variables
xsh_molecfit_model.c File Reference
#include <xsh_error.h>
#include <xsh_utils.h>
#include "xsh_molecfit_model.h"
#include <mf_wrap_config.h>
#include <telluriccorr.h>

Go to the source code of this file.

Macros

#define MODEL_RECIPE_ID   "xsh_molecfit_model"
 
#define MODEL_RECIPE_AUTHOR   "N. Fernando, B. Miszalski"
 
#define MODEL_RECIPE_CONTACT   "nuwanthika.fernando@partner.eso.org"
 

Functions

int xsh_molecfit_model_create (cpl_plugin *plugin)
 Setup the recipe options.
 
int xsh_molecfit_model_exec (cpl_plugin *plugin)
 Execute the plugin instance given by the interface.
 
int xsh_molecfit_model_destroy (cpl_plugin *plugin)
 Destroy what has been created by the 'create' function.
 
int xsh_molecfit_model (cpl_frameset *frameset, const cpl_parameterlist *parlist)
 Interpret the command line options and execute the data processing.
 
int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.
 
cpl_error_code xsh_molecfit_setup_frameset (cpl_frameset *frameset, cpl_parameterlist *list, const char *arm, const char *input_name)
 
void xsh_molecfit_model_qc (cpl_propertylist *pl, cpl_table *tab)
 
cpl_error_code xsh_molecfit_model_spec_data_calcs (mf_wrap_fits *data, const char *is_idp, cpl_parameterlist *ilist, mf_wrap_model_parameter *parameters)
 
cpl_error_code xsh_molecfit_model_spec_header_calcs (const char *fname, const char *arm, cpl_parameterlist *ilist)
 
cpl_error_code xsh_molecfit_model_config (cpl_frameset *frameset, const cpl_parameterlist *parlist, cpl_parameterlist *ilist, cpl_parameterlist *iframelist)
 

Variables

char xsh_molecfit_model_description_short []
 
char xsh_molecfit_model_description []
 

Macro Definition Documentation

◆ MODEL_RECIPE_AUTHOR

#define MODEL_RECIPE_AUTHOR   "N. Fernando, B. Miszalski"

Definition at line 49 of file xsh_molecfit_model.c.

◆ MODEL_RECIPE_CONTACT

#define MODEL_RECIPE_CONTACT   "nuwanthika.fernando@partner.eso.org"

Definition at line 50 of file xsh_molecfit_model.c.

◆ MODEL_RECIPE_ID

#define MODEL_RECIPE_ID   "xsh_molecfit_model"

Includes Typedefs: Enumeration types

Definition at line 48 of file xsh_molecfit_model.c.

Variable Documentation

◆ xsh_molecfit_model_description

char xsh_molecfit_model_description[]
Initial value:
=
"Applies molecfit_model to input spectra"

Definition at line 76 of file xsh_molecfit_model.c.

◆ xsh_molecfit_model_description_short

char xsh_molecfit_model_description_short[]
Initial value:
=
"Applies molecfit_model to input spectra"

static variables

Definition at line 73 of file xsh_molecfit_model.c.