irplib_wlxcorr.h

00001 /* $Id: irplib_wlxcorr.h,v 1.13 2006/07/13 11:06:20 yjung Exp $
00002  *
00003  * This file is part of the IRPLIB package
00004  * Copyright (C) 2002,2003 European Southern Observatory
00005  *
00006  * This program 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: yjung $
00023  * $Date: 2006/07/13 11:06:20 $
00024  * $Revision: 1.13 $
00025  * $Name:  $
00026  */
00027 
00028 #ifndef IRPLIB_WLXCORR_H
00029 #define IRPLIB_WLXCORR_H
00030 
00031 /*-----------------------------------------------------------------------------
00032                                     Define
00033  -----------------------------------------------------------------------------*/
00034 
00035 /* The 4 columns of the table */
00036 #define IRPLIB_COL_XC_WAVELENGTH  "Wavelength"
00037 #define IRPLIB_COL_XC_CAT_INIT    "Catalog Initial"
00038 #define IRPLIB_COL_XC_CAT_FINAL   "Catalog Corrected"
00039 #define IRPLIB_COL_XC_OBS         "Observed"
00040 
00041 /*-----------------------------------------------------------------------------
00042                                 Functions prototypes
00043  -----------------------------------------------------------------------------*/
00044 
00045 cpl_polynomial * irplib_wlxcorr_best_poly(const cpl_vector *, 
00046         const cpl_bivector *, int, const cpl_polynomial *, const cpl_vector *, 
00047         int, double, double, int, double *, cpl_table **) ;
00048 cpl_table * irplib_wlxcorr_gen_spc_table(const cpl_vector *, 
00049         const cpl_bivector *, double, double, const cpl_polynomial *,
00050         const cpl_polynomial *) ;
00051 cpl_bivector * irplib_wlxcorr_gen_signal(const cpl_bivector *, double, double, 
00052         const cpl_polynomial *, int, int, int *) ;
00053 int irplib_wlxcorr_plot_spc_table(const cpl_table *, const char *) ;
00054 int irplib_wlxcorr_catalog_plot(const cpl_bivector *, double, double) ;
00055 int irplib_wlxcorr_plot_solution(const cpl_polynomial *, const cpl_polynomial *,
00056         const cpl_polynomial *, int, int) ;
00057 cpl_bivector * irplib_wlxcorr_cat_extract(const cpl_bivector *, double, double);
00058 cpl_vector * irplib_wlxcorr_convolve_create_kernel(double, double) ;
00059 int irplib_wlxcorr_convolve(cpl_vector *,const cpl_vector *) ;
00060 
00061 #endif

Generated on Wed Jan 17 08:33:41 2007 for SINFONI Pipeline Reference Manual by  doxygen 1.4.4