Computations on images
[Xshooter Utility Recipes]

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.
static int xsh_util_ima_arith_create (cpl_plugin *plugin)
 Setup the recipe options.
static int xsh_util_ima_arith_exec (cpl_plugin *plugin)
 Execute the plugin instance given by the interface.
static int xsh_util_ima_arith_destroy (cpl_plugin *plugin)
 Destroy what has been created by the 'create' function.
static int xsh_util_ima_arith (cpl_parameterlist *parlist, cpl_frameset *framelist)
 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 115 of file xsh_util_ima_arith.c.

References xsh_get_license(), xsh_util_ima_arith_create(), xsh_util_ima_arith_description, xsh_util_ima_arith_description_short, xsh_util_ima_arith_destroy(), xsh_util_ima_arith_exec(), XSH_UTL_IMA_ARITH_RECIPE_AUTHOR, XSH_UTL_IMA_ARITH_RECIPE_CONTACT, and XSH_UTL_IMA_ARITH_RECIPE_ID.

static int xsh_util_ima_arith ( cpl_parameterlist *  parlist,
cpl_frameset *  framelist 
) [static]

Get the command line options and execute the data reduction.

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

Definition at line 252 of file xsh_util_ima_arith.c.

References check, check_msg, instrument, KEY_VALUE_HPRO_DID, n, PRO_IMA, xsh_begin(), xsh_dfs_set_groups(), xsh_frameset_extract(), xsh_free_frameset(), xsh_free_image(), xsh_free_propertylist(), xsh_msg, xsh_msg_error, xsh_pfits_set_extname(), xsh_pre_free(), xsh_prepare(), XSH_RAW_IMA_SLIT_UVB, xsh_util_ima_arith_description_short, and XSH_UTL_IMA_ARITH_RECIPE_ID.

Referenced by xsh_util_ima_arith_exec().

static int xsh_util_ima_arith_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 149 of file xsh_util_ima_arith.c.

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

Referenced by cpl_plugin_get_info().

static int xsh_util_ima_arith_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 230 of file xsh_util_ima_arith.c.

Referenced by cpl_plugin_get_info().

static int xsh_util_ima_arith_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 199 of file xsh_util_ima_arith.c.

References xsh_util_ima_arith().

Referenced by cpl_plugin_get_info().


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