The amber_p2vm recipe
===============================================================

.. data:: 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
-----------

.. method:: cpl.Recipe("amber_p2vm")
   :noindex:

   Create an object for the recipe amber_p2vm.

::

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

Parameters
----------

.. py:attribute:: 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})


.. seealso:: `cpl.Recipe <https://packages.python.org/python-cpl/recipe.html>`_
   for more information about the recipe object.

Bug reports
-----------

Please report any problems to `Tom Licha <https://support.eso.org>`_. Alternatively, you may 
send a report to the `ESO User Support Department <usd-help@eso.org>`_.

Copyright
---------

GPL

.. codeauthor:: Tom Licha <https://support.eso.org>
