X-shooter Pipeline Reference Manual 3.8.15
Functions
Image Shift Along X or Y

Functions

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

 
static int xsh_util_compute_response_exec (cpl_plugin *plugin)
 Execute the plugin instance given by the interface.
 
static int xsh_util_compute_response_destroy (cpl_plugin *plugin)
 Destroy what has been created by the 'create' function.
 
static int xsh_util_compute_response (cpl_parameterlist *parlist, cpl_frameset *framelist)
 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)

Build the list of available plugins, for this module.

Parameters
listthe plugin list
Returns
0 if everything is ok

This function is exported.

Definition at line 103 of file xsh_util_compute_response.c.

References RECIPE_AUTHOR, RECIPE_CONTACT, RECIPE_ID, xsh_get_license(), xsh_util_compute_response_create(), xsh_util_compute_response_description, xsh_util_compute_response_description_short, xsh_util_compute_response_destroy(), and xsh_util_compute_response_exec().

◆ xsh_util_compute_response()

static int xsh_util_compute_response ( cpl_parameterlist *  parlist,
cpl_frameset *  framelist 
)
static

◆ xsh_util_compute_response_create()

static int xsh_util_compute_response_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 137 of file xsh_util_compute_response.c.

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

Referenced by cpl_plugin_get_info().

◆ xsh_util_compute_response_destroy()

static int xsh_util_compute_response_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 205 of file xsh_util_compute_response.c.

Referenced by cpl_plugin_get_info().

◆ xsh_util_compute_response_exec()

static int xsh_util_compute_response_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 174 of file xsh_util_compute_response.c.

References xsh_util_compute_response().

Referenced by cpl_plugin_get_info().