The amber_trf recipe
===============================================================

.. data:: amber_trf

Synopsis
--------

AMBER Derives the transfer function

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

This recipe calculates the transfer function of Amber

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

  DO category:               Type:      Explanation:       Required:
  CALIB_REDUCED              Products   Calibrator frame            
  or                                                               Y
  CALIB_REDUCED_FILTERED     Products   Calibrator frame          

  CALIB_DATABASE_J     Calib      J-Band Calibrator database  
  and/or                                                            
  CALIB_DATABASE_H     Calib      H-Band Calibrator database Y
  and/or                                                            
  CALIB_DATABASE_K     Calib      K-Band Calibrator database

Output files
^^^^^^^^^^^^
::

  DO category:               Data type: Explanation:
  AMBER_TRF_J                OI-fits table Transfer Function         
  and/or                                                            
  AMBER_TRF_H                OI-fits table Transfer Function         
  and/or                                                            
  AMBER_TRF_K                OI-fits table Transfer Function      


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

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

   Create an object for the recipe amber_trf.

::

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



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