00001 /* $Id: visir_spc_photom.h,v 1.21 2012-08-21 09:56:14 jtaylor 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: jtaylor $ 00023 * $Date: 2012-08-21 09:56:14 $ 00024 * $Revision: 1.21 $ 00025 * $Name: not supported by cvs2svn $ 00026 */ 00027 00028 #ifndef VISIR_SPC_PHOTOM_H 00029 #define VISIR_SPC_PHOTOM_H 00030 00031 /*----------------------------------------------------------------------------- 00032 Includes 00033 -----------------------------------------------------------------------------*/ 00034 00035 #include <cpl.h> 00036 00037 #include "visir_spectro.h" 00038 #include "visir_pfits.h" 00039 #include "visir_utils.h" 00040 00041 /*----------------------------------------------------------------------------- 00042 Static variables 00043 -----------------------------------------------------------------------------*/ 00044 00045 /*----------------------------------------------------------------------------- 00046 Prototypes 00047 -----------------------------------------------------------------------------*/ 00048 00049 cpl_error_code 00050 visir_spc_phot_sensit(const irplib_framelist * rawframes, 00051 const visir_spc_config * pconfig, 00052 const cpl_propertylist * plist, 00053 const char * star_cat, 00054 cpl_image ** pweight2d, 00055 cpl_propertylist * qclist, 00056 cpl_table * spc_table, 00057 const visir_spc_resol resol, 00058 const char * dit_key); 00059 00060 cpl_table * 00061 visir_spc_phot_sensit_from_image(cpl_image **, const irplib_framelist *, 00062 const visir_spc_config *, const char *, 00063 const char *, const char *, cpl_image **, 00064 cpl_propertylist * qclist, 00065 cpl_boolean, double , double, double, double, 00066 const visir_spc_resol, 00067 const char * dit_key); 00068 00069 #endif
1.6.1