The naco_img_slitpos recipe

naco_img_slitpos

Synopsis

Slit Position recipe

Description

naco_img_slitpos – NACO imaging slit position recipe.

The Set Of Frames (sof-file) must specify at least one file which must be tagged raw-file.fits SLIT_IMG

Each image is flipped around the x=y axis before the analysis.

Constructor

cpl.Recipe("naco_img_slitpos")

Create an object for the recipe naco_img_slitpos.

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

Parameters

naco_img_slitpos.param.slit_w

Slit width (int; default: 20) [default=20].

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

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

naco_img_slitpos.param.slit_w = 20

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_slitpos = cpl.Recipe("naco_img_slitpos")
[...]
res = naco_img_slitpos( ..., param = {"slit_w":20})

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.