The muse_illum recipe
===============================================================

.. data:: muse_illum

Synopsis
--------

Dummy recipe to convert a raw illumination flat field into a DFS product

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

The recipe copies the data of an illumination flat-field unmodified to the output file. However it alters the header data such that the result is a DFS compliant product file, which can be used in the on-line pipeline environment to correct the illumination of twilight and/or science observations. This recipe has no use in any environment other than the on-line pipeline environment!

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

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

   Create an object for the recipe muse_illum.

::

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



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

Copyright
---------

This file is part of the MUSE Instrument Pipeline
Copyright (C) 2005, 2019 European Southern Observatory

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
MA  02111-1307  USA

.. codeauthor:: Ralf Palsa <usd-help@eso.org>
