The visir_util_apply_calib recipe
===============================================================

.. data:: visir_util_apply_calib

Synopsis
--------

Attempt to remove stripes in spectral data

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

The files listed in the Set Of Frames (sof-file) must be tagged:
VISIR-chopnod-corrected-file.fits 
The product(s) will have a FITS card
'HIERARCH ESO PRO CATG' with a value of:

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

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

   Create an object for the recipe visir_util_apply_calib.

::

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



.. 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 `Julian Taylor <llundin@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 VISIR Instrument Pipeline
Copyright (C) 2012 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:: Julian Taylor <llundin@eso.org>
