psf.h

00001 #ifndef PSF_H
00002 #define PSF_H
00003 /*****************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: psf.h,v 1.8 2005/09/06 16:47:46 amodigli Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * amodigli  17/09/03  created
00011 */
00012 
00013 /************************************************************************
00014  * psf.h
00015 
00016  psf.py does the image reconstruction of a set of sky-subtracted, flatfielded, 
00017  bad pixel corrected and slope of the spectra aligned exposures of a bright 
00018  star with continuum spectrum. The resulting image can be used to determine 
00019  the PSF
00020  *----------------------------------------------------------------------
00021  */
00022 
00023 /*
00024  * header files
00025  */
00026 
00027 #include <cpl.h> 
00028 #include <irplib_strehl.h>
00029 
00030 /*----------------------------------------------------------------------------
00031  *                      Function ANSI C prototypes
00032  *--------------------------------------------------------------------------*/
00033 
00034 /*----------------------------------------------------------------------------
00035    Function     :       psf()
00036    In           :       ini_file: file name of according .ini file
00037    Out          :       integer (0 if it worked, -1 if it doesn't) 
00038    Job          :
00039 
00040  psf.py does the image reconstruction of a set of sky-subtracted, flatfielded, 
00041  bad pixel corrected and slope of the spectra aligned exposures of a bright 
00042  star with continuum spectrum. The resulting image can be used to determine 
00043  the PSF
00044 
00045  ---------------------------------------------------------------------------*/
00046 int psf (const char* plugin_id,cpl_parameterlist* config,cpl_frameset* sof) ;
00047 
00048 
00049 #endif 
00050 
00051 /*--------------------------------------------------------------------------*/

Generated on Wed Oct 26 13:08:54 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001