The amber_spectral_calibration recipe
===============================================================

.. data:: amber_spectral_calibration

Synopsis
--------

AMBER Offset between photo. and interf. channels

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

The recipe calculates the real Y offset between the different
photometric and the interferometric channels in the 3-telescope
mode. It uses the same algorithm as the amber_p2vm recipe.

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

  DO category:               Type:      Explanation:      Required: 
  AMBER_BADPIX               Products   Bad pixel map              Y
  AMBER_FLATFIELD            Products   Flatfield                  Y
  AMBER_3WAVE                Raw        amber_wave data            Y

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

  DO category:               Data type: Explanation:                
  AMBER_SPECTRAL_CALIBRATION Products   Header with QC parameter  



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

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

   Create an object for the recipe amber_spectral_calibration.

::

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



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

Copyright
---------

GPL

.. codeauthor:: Armin Gabasch <usd-help@eso.org>
