Compute Efficiency

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.
static int xsh_util_efficiency1d_create (cpl_plugin *plugin)
 Setup the recipe options.
static int xsh_util_efficiency1d_exec (cpl_plugin *plugin)
 Execute the plugin instance given by the interface.
static int xsh_util_efficiency1d_destroy (cpl_plugin *plugin)
 Destroy what has been created by the 'create' function.
static int xsh_util_efficiency1d (cpl_parameterlist *parlist, cpl_frameset *frames)
 Get the command line options and execute the data reduction.

Function Documentation

int cpl_plugin_get_info ( cpl_pluginlist *  list  ) 

Build the list of available plugins, for this module.

Parameters:
list the plugin list
Returns:
0 if everything is ok

This function is exported.

Definition at line 113 of file xsh_util_efficiency1d.c.

References RECIPE_AUTHOR, RECIPE_CONTACT, RECIPE_ID, xsh_get_license(), xsh_util_efficiency1d_create(), xsh_util_efficiency1d_description, xsh_util_efficiency1d_description_short, xsh_util_efficiency1d_destroy(), and xsh_util_efficiency1d_exec().

static int xsh_util_efficiency1d ( cpl_parameterlist *  parlist,
cpl_frameset *  frames 
) [static]

Get the command line options and execute the data reduction.

Parameters:
parlist the parameters list
frames the frames list
Returns:
0 if everything is ok

Definition at line 237 of file xsh_util_efficiency1d.c.

References check, instrument, RECIPE_ID, xsh_add_product_table_multi(), XSH_ATMOS_EXT, xsh_begin(), xsh_efficiency_compute(), xsh_find_frame_with_tag(), XSH_FLUX_STD_CAT, xsh_frame_table_monitor_flux_qc(), xsh_free_frame(), xsh_free_frameset(), xsh_instrument_free(), xsh_msg, xsh_msg_error, XSH_RAW_IMA_SLIT, and xsh_util_efficiency1d_description_short.

Referenced by xsh_util_efficiency1d_exec().

static int xsh_util_efficiency1d_create ( cpl_plugin *  plugin  )  [static]

Setup the recipe options.

Parameters:
plugin the plugin
Returns:
0 if everything is ok

Create the recipe instance and make it available to the application using the interface.

Definition at line 147 of file xsh_util_efficiency1d.c.

References check, RECIPE_ID, xsh_init(), and xsh_parameters_generic().

Referenced by cpl_plugin_get_info().

static int xsh_util_efficiency1d_destroy ( cpl_plugin *  plugin  )  [static]

Destroy what has been created by the 'create' function.

Parameters:
plugin the plugin
Returns:
0 if everything is ok

Definition at line 213 of file xsh_util_efficiency1d.c.

Referenced by cpl_plugin_get_info().

static int xsh_util_efficiency1d_exec ( cpl_plugin *  plugin  )  [static]

Execute the plugin instance given by the interface.

Parameters:
plugin the plugin
Returns:
0 if everything is ok

Definition at line 182 of file xsh_util_efficiency1d.c.

References xsh_util_efficiency1d().

Referenced by cpl_plugin_get_info().


Generated on 9 Mar 2011 for X-shooter Pipeline Reference Manual by  doxygen 1.6.1