globals.h

00001 
00002 /*----------------------------------------------------------------------------
00003                                     E.S.O.
00004  -----------------------------------------------------------------------------
00005    File name    :   globals.h
00006    Author       :   Nicolas Devillard
00007    Created on   :   Nov 24, 1995    
00008    Hardware     :   Sun Sparc 20
00009    Software     :   ANSI C under Solaris Unix
00010                     Part of ECLIPSE library for Adonis
00011    Description  :
00012  ---------------------------------------------------------------------------*/
00013 
00014 
00015 /*
00016 
00017  $Id: globals.h,v 1.1 2003/09/03 13:06:19 amodigli Exp $
00018  $Author: amodigli $
00019  $Date: 2003/09/03 13:06:19 $
00020  $Revision: 1.1 $
00021 
00022  */
00023 
00024 #ifndef _GLOBALS_H_
00025 #define _GLOBALS_H_
00026 
00027 /*----------------------------------------------------------------------------
00028  *                              Includes
00029  *--------------------------------------------------------------------------*/
00030 
00031 #include <sys/types.h>
00032 #include <limits.h>
00033 
00034 /*----------------------------------------------------------------------------
00035  *                              Defines
00036  *--------------------------------------------------------------------------*/
00037 
00038 /*<python>*/
00039 #ifndef PI_NUMB
00040 #define PI_NUMB     (3.1415926535897932384626433832795)
00041 #endif
00042 /*</python>*/
00043 
00044 #ifndef EPSILON
00045 #define EPSILON     (1e-4)
00046 #endif
00047  
00048 /* seconds to radians conversion    */
00049 #ifndef SEC2RAD
00050 #define SEC2RAD     (206265)
00051 #endif
00052 
00053 
00054 #endif

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