visir_spectro.h

00001 /* $Id: visir_spectro.h,v 1.65 2009/03/06 13:42:03 llundin Exp $
00002  *
00003  * This file is part of the VISIR Pipeline
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., 51 Franklin St, Fifth Floor, Boston, MA  02111-1307  USA
00019  */
00020 
00021 /*
00022  * $Author: llundin $
00023  * $Date: 2009/03/06 13:42:03 $
00024  * $Revision: 1.65 $
00025  * $Name: visir-3_5_0 $
00026  */
00027 
00028 #ifndef VISIR_SPECTRO_H
00029 #define VISIR_SPECTRO_H
00030 
00031 /*-----------------------------------------------------------------------------
00032                                    Includes
00033  -----------------------------------------------------------------------------*/
00034 
00035 #include <cpl.h>
00036 
00037 #include "irplib_framelist.h"
00038 #include "visir_spc_optmod.h"
00039 
00040 visir_spc_resol visir_spc_get_res_wl(const irplib_framelist *, double *,
00041                                      double *, double *, double *);
00042 cpl_error_code visir_vector_resample(cpl_vector *, const cpl_vector *,
00043                                         const cpl_bivector *);
00044 cpl_error_code visir_spc_extract_wcal(const cpl_image *, const cpl_image *,
00045                                       double, double, double, double,
00046                                       visir_spc_resol, int,
00047                                       const char*, const char *,
00048                                       cpl_table **,
00049                                       cpl_image **,
00050                                       cpl_propertylist *, int);
00051 
00052 cpl_error_code visir_spc_wavecal(const cpl_image *,
00053                                  cpl_propertylist *,
00054                                  double, double, double,
00055                                  double, visir_spc_resol, int, const char *,
00056                                  const char *,
00057                                  cpl_table **, int);
00058 
00059 cpl_error_code visir_spectro_qc(cpl_propertylist *, cpl_propertylist *,
00060                                 cpl_boolean, const irplib_framelist *,
00061                                 const char *, const char *);
00062 
00063 cpl_error_code visir_spc_echelle_limit(int *, int *, double, int, int, int);
00064 cpl_image * visir_spc_column_extract(const cpl_image *, int, int, int);
00065 
00066 #endif

Generated on Mon Feb 6 15:23:49 2012 for VISIR Pipeline Reference Manual by  doxygen 1.5.8