Recipe to remove CRHs from an image

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.
static int uves_utl_physmod_create (cpl_plugin *plugin)
 Setup the recipe options.
static int uves_utl_physmod_exec (cpl_plugin *plugin)
 Execute the plugin instance given by the interface.
static int uves_utl_physmod_destroy (cpl_plugin *plugin)
 Destroy what has been created by the 'create' function.
static int uves_utl_physmod (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 105 of file uves_utl_physmod.c.

References uves_get_license(), uves_utl_physmod_create(), uves_utl_physmod_destroy(), and uves_utl_physmod_exec().

static int uves_utl_physmod_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 139 of file uves_utl_physmod.c.

References irplib_reset().

Referenced by cpl_plugin_get_info().

static int uves_utl_physmod_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 301 of file uves_utl_physmod.c.

References irplib_reset(), and uves_utl_physmod().

Referenced by cpl_plugin_get_info().

static int uves_utl_physmod_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 332 of file uves_utl_physmod.c.

Referenced by cpl_plugin_get_info().

static int uves_utl_physmod ( 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 354 of file uves_utl_physmod.c.

References check, check_nomsg, uves_chip_get_first(), uves_chip_get_index(), uves_chip_get_next(), uves_chip_tostring_lower(), uves_msg, uves_msg_error, uves_physmod_create_table(), uves_propertylist_erase_regexp(), and uves_string_toupper().

Referenced by uves_utl_physmod_exec().


Generated on 8 Mar 2011 for UVES Pipeline Reference Manual by  doxygen 1.6.1