The naco_util_spc_argon recipe
===============================================================

.. data:: naco_util_spc_argon

Synopsis
--------

Generate FITS table with argon lines

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

The input frame(s) must be tagged SPC_ARGON_ASCII.

The file must comprise two columns:the 1st with the line wavelength [Angstrom],
the 2nd with the line intensity.


The default input ASCII-file is in the catalogs/ directory of the NACO source-code distribution.


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

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

   Create an object for the recipe naco_util_spc_argon.

::

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



.. 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 `Lars Lundin <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 NACO Instrument Pipeline
Copyright (C) 2002, 2003, 2005, 2008 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:: Lars Lundin <usd-help@eso.org>
