sinfoni_wcal_functions.h

00001 /* $Id: sinfoni_wcal_functions.h,v 1.6 2005/09/05 14:24:29 amodigli Exp $
00002  *
00003  * This file is part of the SINFONI Pipeline
00004  * Copyright (C) 2002,2003 European Southern Observatory
00005  *
00006  * This proram is free software; you can redistribute it and/or modify
00007  * it under the terms of the GNU General Public License as published by
00008  * the Free Software Foundation; either version 2 of the License, or
00009  * (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 
00021 /*
00022  * $Author: amodigli $
00023  * $Date: 2005/09/05 14:24:29 $
00024  * $Revision: 1.6 $
00025  * $Name:  $
00026  */
00027 #ifndef SINFONI_WCAL_FUNCTIONS_H
00028 #define SINFONI_WCAL_FUNCTIONS_H
00029 struct qc_wcal {
00030 
00031   double avg_on; 
00032   double std_on;
00033   double avg_of; 
00034   double std_of;
00035   double avg_di; 
00036   double std_di;
00037   double max_on;
00038   double max_of;
00039   double max_di;
00040   double nsat_on;
00041   double noise_on;
00042   double noise_of;
00043   double flux_on;
00044   double    nsat;
00045 
00046 };
00047  
00048 /* extern struct qc_wcal qc_wcal_par; */
00049 #include "sinfoni_functions.h"
00050 #include <cpl.h>
00051 #include <sinfoni_globals.h>
00052 #include <spiffi_types.h>
00053 #include <wavecal_cfg.h>
00054 /* ---------------------------------------------------------------------- 
00055    group of frames
00056 ---------------------------------------------------------------------- */
00057 int dumpTblToFitParams ( FitParams ** params, char * filename );
00058 int det_ncounts(cpl_frameset* raw, int thresh_max, struct qc_wcal* qc);
00059 CPL_END_DECLS
00060 
00061 #endif

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