fors_recipe Recipe

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.
static int fors_img_sky_flat_create (cpl_plugin *plugin)
 Setup the recipe options.
static int fors_img_sky_flat_exec (cpl_plugin *plugin)
 Execute the plugin instance given by the interface.
static int fors_img_sky_flat_destroy (cpl_plugin *plugin)
 Destroy what has been created by the 'create' function.

Detailed Description

See recipe description for details.


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, -1 otherwise

Create the recipe instance and make it available to the application using the interface. This function is exported.

Definition at line 62 of file fors_img_sky_flat.c.

References fors_get_license(), fors_get_version_binary(), fors_img_sky_flat_create(), fors_img_sky_flat_destroy(), and fors_img_sky_flat_exec().

static int fors_img_sky_flat_create ( cpl_plugin *  plugin  )  [static]

Setup the recipe options.

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

Defining the command-line/configuration parameters for the recipe.

Definition at line 109 of file fors_img_sky_flat.c.

Referenced by cpl_plugin_get_info().

static int fors_img_sky_flat_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 158 of file fors_img_sky_flat.c.

References fors_begin(), and fors_end().

Referenced by cpl_plugin_get_info().

static int fors_img_sky_flat_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 207 of file fors_img_sky_flat.c.

Referenced by cpl_plugin_get_info().


Generated on 12 Feb 2016 for FORS Pipeline Reference Manual by  doxygen 1.6.1