X-shooter Pipeline Reference Manual 3.8.15
Functions
Image Oversampling

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.
 
static int xsh_util_ima_oversample_create (cpl_plugin *plugin)
 Setup the recipe options

 
static int xsh_util_ima_oversample_exec (cpl_plugin *plugin)
 Execute the plugin instance given by the interface.
 
static int xsh_util_ima_oversample_destroy (cpl_plugin *plugin)
 Destroy what has been created by the 'create' function.
 
static int xsh_util_ima_oversample (cpl_parameterlist *parlist, cpl_frameset *frames)
 Get the command line options and execute the data reduction.
 

Detailed Description

Function Documentation

◆ cpl_plugin_get_info()

int cpl_plugin_get_info ( cpl_pluginlist *  list)

◆ xsh_util_ima_oversample()

static int xsh_util_ima_oversample ( cpl_parameterlist *  parlist,
cpl_frameset *  frames 
)
static

Get the command line options and execute the data reduction.

Parameters
parlistthe parameters list
framesthe frames list
Returns
0 if everything is ok

Definition at line 243 of file xsh_util_ima_oversample.c.

References check, xsh_frame_image_mult_by_fct(), xsh_free_image(), xsh_free_propertylist(), and xsh_msg.

Referenced by xsh_util_ima_oversample_exec().

◆ xsh_util_ima_oversample_create()

static int xsh_util_ima_oversample_create ( cpl_plugin *  plugin)
static

Setup the recipe options

Parameters
pluginthe 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 xsh_util_ima_oversample.c.

References check, xsh_init(), xsh_parameters_decode_bp(), xsh_parameters_generic(), and XSH_UTL_IMA_OVERSAMPLE_RECIPE_ID.

Referenced by cpl_plugin_get_info().

◆ xsh_util_ima_oversample_destroy()

static int xsh_util_ima_oversample_destroy ( cpl_plugin *  plugin)
static

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

Parameters
pluginthe plugin
Returns
0 if everything is ok

Definition at line 221 of file xsh_util_ima_oversample.c.

Referenced by cpl_plugin_get_info().

◆ xsh_util_ima_oversample_exec()

static int xsh_util_ima_oversample_exec ( cpl_plugin *  plugin)
static

Execute the plugin instance given by the interface.

Parameters
pluginthe plugin
Returns
0 if everything is ok

Definition at line 190 of file xsh_util_ima_oversample.c.

References xsh_util_ima_oversample().

Referenced by cpl_plugin_get_info().