The amber_p2vm recipe

amber_p2vm

Synopsis

AMBER Pixel-To-Visibility-Matrix for 2- and 3-Telescopes Mode

Description

This recipe creates a Pixel-To-Visibility-Matrix for 2- and 3-Telescopes Mode

Constructor

cpl.Recipe("amber_p2vm")

Create an object for the recipe amber_p2vm.

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

Parameters

amber_p2vm.param.activate_NORMALIZE_P2VM

TBD (bool; default: True) [default=True].

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

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

amber_p2vm.param.activate_NORMALIZE_P2VM = True

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

import cpl
amber_p2vm = cpl.Recipe("amber_p2vm")
[...]
res = amber_p2vm( ..., param = {"activate_NORMALIZE_P2VM":True})

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.