Table Of Contents

Previous topic

The amber_detector recipe

Next topic

The amber_p2vm recipe

This Page

The amber_BeamPos recipe

amber_BeamPos

Synopsis

AMBER Beam Monitoring Recipe

Description

This recipe calculates the Beam’s x position, y position, flux and size in x and y

Constructor

cpl.Recipe("amber_BeamPos")

Create an object for the recipe amber_BeamPos.

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

Parameters

amber_BeamPos.param.stropt

the string option (str; default: None) [default=”None”].

amber_BeamPos.param.binning

Number of Frames to be averaged per Visibility (long; default: 1) [default=1].

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

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

amber_BeamPos.param.stropt = "None"
amber_BeamPos.param.binning = 1

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

import cpl
amber_BeamPos = cpl.Recipe("amber_BeamPos")
[...]
res = amber_BeamPos( ..., param = {"stropt":"None", "binning":1})

See also

cpl.Recipe for more information about the recipe object.

Bug reports

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