The sinfo_utl_ima_line_corr recipe

sinfo_utl_ima_line_corr

Synopsis

Computes result of ima1 op ima2

Description

This recipe performs image computation.

The input files are images their associated tags should be IMA.

The output are the images cleaned by the defect introduced by SINFONI sw

Constructor

cpl.Recipe("sinfo_utl_ima_line_corr")

Create an object for the recipe sinfo_utl_ima_line_corr.

import cpl
sinfo_utl_ima_line_corr = cpl.Recipe("sinfo_utl_ima_line_corr")

Parameters

sinfo_utl_ima_line_corr.param.kappa

Kappa sigma value (int; default: 18) [default=18].

sinfo_utl_ima_line_corr.param.filt_rad

Filtering radii applied during median filter. Should be small (int; default: 3) [default=3].

The following code snippet shows the default settings for the available parameters.

import cpl
sinfo_utl_ima_line_corr = cpl.Recipe("sinfo_utl_ima_line_corr")

sinfo_utl_ima_line_corr.param.kappa = 18
sinfo_utl_ima_line_corr.param.filt_rad = 3

You may also set or overwrite some or all parameters by the recipe parameter param, as shown in the following example:

import cpl
sinfo_utl_ima_line_corr = cpl.Recipe("sinfo_utl_ima_line_corr")
[...]
res = sinfo_utl_ima_line_corr( ..., param = {"kappa":18, "filt_rad":3})

See also

cpl.Recipe for more information about the recipe object.

Bug reports

Please report any problems to Andrea Modigliani. Alternatively, you may send a report to the ESO User Support Department.