The hawki_step_stitch recipe
===============================================================

.. data:: hawki_step_stitch

Synopsis
--------

Stitching utility

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

hawki_step_stitch -- Stitching utility
This recipe accepts 1 parameter:
First parameter:   the HAWKI image to stitch                    (PRO CATG = COMBINED)

This recipe produces 1 file:
First product:     the stitch image.

                   (PRO CATG = STITCHED)

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

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

   Create an object for the recipe hawki_step_stitch.

::

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



.. 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 `Cesar Enrique Garcia <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 HAWKI Instrument Pipeline
Copyright (C) 2002,2011 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., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA

.. codeauthor:: Cesar Enrique Garcia <usd-help@eso.org>
