objspider.h

00001 #ifndef OBJSPIDER_H
00002 #define OBJSPIDER_H
00003 /*****************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: objspider.h,v 1.7 2005/04/29 12:18:58 amodigli Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * amodigli  17/09/03  created
00011 */
00012 
00013 /************************************************************************
00014  * objspider.h
00015 
00016 This recipe carries through the data cube creation of an object science 
00017 observation using the sky spider and jittering. This script expects jittered 
00018 frames that were already dark-subtracted averaged, flatfielded, spectral tilt 
00019 corrected and interleaved if necessary
00020 
00021  *----------------------------------------------------------------------
00022  */
00023 
00024 /*
00025  * header files
00026  */
00027 
00028 #include <stdio.h>
00029 #include <math.h>
00030 #include <cxstrutils.h>
00031 
00032 #include <cpl.h>  
00033 
00034 /*
00035 #include "eclipse.h"
00036 #include "spiffi.h"
00037 #include "utilities.h"
00038 #include "sinfoni_dfs.h"
00039 */
00040 /*----------------------------------------------------------------------------
00041  *                      Function ANSI C prototypes
00042  *--------------------------------------------------------------------------*/
00043 
00044 /*----------------------------------------------------------------------------
00045    Function     :       objspider()
00046    In           :       ini_file: file name of according .ini file
00047    Out          :       integer (0 if it worked, -1 if it doesn't) 
00048    Job          :
00049 
00050 
00051  objspider.py does the image reconstruction of a set of sky-subtracted, flatfielded, 
00052  bad pixel corrected and slope of the spectra aligned exposures of a bright 
00053  star with continuum spectrum. The resulting image can be used to determine 
00054  the OBJSPIDER
00055 
00056  ---------------------------------------------------------------------------*/
00057 int objspider (cpl_parameterlist* config, cpl_frameset* sof) ;
00058 
00059 
00060 #endif 
00061 
00062 /*--------------------------------------------------------------------------*/

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