The amber_calibrate recipe
===============================================================

.. data:: amber_calibrate

Synopsis
--------

AMBER Derives calibrated visibilities

Description
-----------

This recipe calculates calibrated squared visibilities and closure phases                                                              

Input files
^^^^^^^^^^^^
::

  DO category:               Type:      Explanation:      Required: 
  SCIENCE_REDUCED            Products   Science frame               
  or                                                               Y
  SCIENCE_REDUCED_FILTERED   Products   Science    frame          

  AMBER_TRF_J     Calib      J-Band transfer function               
  and/or                                                            
  AMBER_TRF_H     Calib      H-Band transfer function              Y
  and/or                                                            
  AMBER_TRF_K     Calib      K-Band transfer function               
Output files
^^^^^^^^^^^^
::

  DO category:               Data type: Explanation:
  SCIENCE_CALIBRATED         calibrated (vis2) OI-fits file 


Constructor
-----------

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

   Create an object for the recipe amber_calibrate.

::

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



.. 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 `Armin Gabasch <https://support.eso.org>`_. Alternatively, you may 
send a report to the `ESO User Support Department <usd-help@eso.org>`_.

Copyright
---------

GPL

.. codeauthor:: Armin Gabasch <https://support.eso.org>
