The amber_raw_to_fitsimage recipe
===============================================================

.. data:: amber_raw_to_fitsimage

Synopsis
--------

AMBER raw data display

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

This recipe creates a fits file including a primary image showing the 5 
channels of AMBER


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

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

   Create an object for the recipe amber_raw_to_fitsimage.

::

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

Parameters
----------

.. py:attribute:: amber_raw_to_fitsimage.param.stropt

    the string option (str; default: None) [default="None"].


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

::

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

   amber_raw_to_fitsimage.param.stropt = "None"


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

::

   import cpl
   amber_raw_to_fitsimage = cpl.Recipe("amber_raw_to_fitsimage")
   [...]
   res = amber_raw_to_fitsimage( ..., param = {"stropt":"None"})


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

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

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

Copyright
---------

GP

.. codeauthor:: Tom Licha <usd-help@eso.org>
