objnod_rel.h

00001 #ifndef OBJNOD_REL_H
00002 #define OBJNOD_REL_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: objnod_rel.h,v 1.8 2005/04/29 12:18:58 amodigli Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * schreib  06/05/03  created
00011 */
00012 
00013 /************************************************************************
00014  * objnod_rel.h
00015  * routines to create a data cube
00016  *----------------------------------------------------------------------
00017  */
00018 
00019 /*
00020  * header files
00021  */
00022 
00023 /*
00024 #include <stdio.h>
00025 #include <math.h>
00026 #include <string.h>
00027 #include <cxstrutils.h>
00028 #include <utilities.h>
00029 */
00030 
00031 #include <cpl.h>  
00032  
00033 /*
00034 #include "eclipse.h"
00035 #include "spiffi.h"
00036 #include "sinfoni_dfs.h"
00037 */
00038 /*----------------------------------------------------------------------------
00039  *                      Function ANSI C prototypes
00040  *--------------------------------------------------------------------------*/
00041 
00042 /*----------------------------------------------------------------------------
00043    Function     :       change_header_objnod_rel()
00044    In           :       many needed inputs
00045    Out          :       nothing 
00046    Job          :       this routine changes the fits header for the data cube
00047                         file using appropriate values.
00048  ---------------------------------------------------------------------------*/
00049 /*----------------------------------------------------------------------------
00050    Function     :       objnod_rel()
00051    In           :       ini_file: file name of according .ini file
00052    Out          :       integer (0 if it worked, -1 if it doesn't) 
00053    Job          :       this routine does the resampling of an offset-corrected,
00054                         flatfielded, bad pixel corrected and
00055                         eventually interleaved data frame. Additionally, an intensity 
00056             calibration is carried through by using
00057                         a standard star or a black body measurement. 
00058             The spectral features of the flatfield halogen lamp are corrected.
00059                         Afterwards a data cube is created out of the resampled image.
00060             It is the users choice to use either
00061                         the fitted edge positions of the slitlets or the distances
00062             of the slitlets gained from a north-south-test. 
00063  ---------------------------------------------------------------------------*/
00064 int objnod_rel (cpl_parameterlist* config,cpl_frameset* sof, char* procatg) ;
00065 
00066 
00067 #endif 
00069 /*--------------------------------------------------------------------------*/

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