irplib_math_const.h

00001 /* $Id: irplib_math_const.h,v 1.2 2008/03/25 10:31:31 llundin Exp $
00002  *
00003  * This file is part of the ESO Common Pipeline Library
00004  * Copyright (C) 2001-2004 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: llundin $
00023  * $Date: 2008/03/25 10:31:31 $
00024  * $Revision: 1.2 $
00025  * $Name: HEAD $
00026  */
00027 
00028 #ifndef IRPLIB_MATH_CONST_H
00029 #define IRPLIB_MATH_CONST_H
00030 
00031 /*-----------------------------------------------------------------------------
00032                                    Includes
00033  -----------------------------------------------------------------------------*/
00034 
00035 #include <cpl.h>
00036 
00037 /*-----------------------------------------------------------------------------
00038                                 Defines
00039  -----------------------------------------------------------------------------*/
00040 
00041 #ifdef __GNUC__
00042 #warning "irplib_math_const.h is deprecated, use cpl_math_const.h instead"
00043 #endif
00044 
00045 #define IRPLIB_MATH_E        CPL_MATH_E
00046 #define IRPLIB_MATH_PI       CPL_MATH_PI
00047 #define IRPLIB_MATH_LN2      CPL_MATH_LN2
00048 #define IRPLIB_MATH_LN10     CPL_MATH_LN10
00049 #define IRPLIB_MATH_2PI      CPL_MATH_2PI
00050 #define IRPLIB_MATH_PI_2     CPL_MATH_PI_2
00051 #define IRPLIB_MATH_PI_4     CPL_MATH_PI_4
00052 #define IRPLIB_MATH_1_PI     CPL_MATH_1_PI
00053 #define IRPLIB_MATH_2_PI     CPL_MATH_2_PI
00054 #define IRPLIB_MATH_4_PI     CPL_MATH_4_PI
00055 #define IRPLIB_MATH_SQRT2PI  CPL_MATH_SQRT2PI
00056 #define IRPLIB_MATH_2_SQRTPI CPL_MATH_2_SQRTPI
00057 #define IRPLIB_MATH_SQRT2    CPL_MATH_SQRT2
00058 #define IRPLIB_MATH_SQRT3    CPL_MATH_SQRT3
00059 #define IRPLIB_MATH_SQRT1_2  CPL_MATH_SQRT1_2
00060 #define IRPLIB_MATH_LOG2E    CPL_MATH_LOG2E
00061 #define IRPLIB_MATH_LOG10E   CPL_MATH_LOG10E
00062 #define IRPLIB_MATH_DEG_RAD  CPL_MATH_DEG_RAD
00063 #define IRPLIB_MATH_RAD_DEG  CPL_MATH_RAD_DEG
00064 #define IRPLIB_MATH_FWHM_SIG CPL_MATH_FWHM_SIG
00065 #define IRPLIB_MATH_SIG_FWHM CPL_MATH_SIG_FWHM
00066 
00069 #endif
00070 

Generated on Thu Mar 24 11:59:39 2011 for VISIR Pipeline Reference Manual by  doxygen 1.5.8