The naco_img_detlin recipe

naco_img_detlin

Synopsis

Detector linearity recipe

Description

naco_img_detlin – NACO imaging detector linearity recipe.

The Set Of Frames (sof-file) must specify at least three pairs of files which must be tagged NACO-raw-file.fits CAL_DETLIN_LAMP and NACO-raw-file.fits CAL_DETLIN_DARK

Constructor

cpl.Recipe("naco_img_detlin")

Create an object for the recipe naco_img_detlin.

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

Parameters

naco_img_detlin.param.force

Force the computation (bool; default: False) [default=False].

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

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

naco_img_detlin.param.force = False

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

import cpl
naco_img_detlin = cpl.Recipe("naco_img_detlin")
[...]
res = naco_img_detlin( ..., param = {"force":False})

See also

cpl.Recipe for more information about the recipe object.

Bug reports

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