Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

novascon.c

Go to the documentation of this file.
00001 /*
00002    NOVAS-C Version 2.0 (1 Nov 98)
00003    Constants file
00004 
00005    Naval Observatory Vector Astrometry Subroutines
00006    C Version
00007 
00008    U. S. Naval Observatory
00009    Astronomical Applications Dept.
00010    3450 Massachusetts Ave., NW
00011    Washington, DC  20392-5420
00012 */
00013 
00014 #ifndef _CONSTS_
00015    #include "novascon.h"
00016 #endif
00017 
00018 const short int FN1 = 1;
00019 const short int FN0 = 0;
00020 
00021 /*
00022    TDB Julian date of epoch J2000.0.
00023 */
00024 
00025 const double T0 = 2451545.00000000;
00026 
00027 /*
00028    Astronomical Unit in kilometers.
00029 */
00030 
00031 const double KMAU = 1.49597870e+8;
00032 
00033 /*
00034    Astronomical Unit in meters.
00035 */
00036 
00037 const double MAU = 1.49597870e+11;
00038 
00039 /*
00040    Speed of light in AU/Day.
00041 */
00042 
00043 const double C = 173.14463348;
00044 
00045 /*
00046    Heliocentric gravitational constant.
00047 */
00048 
00049 const double GS = 1.32712438e+20;
00050 
00051 /*
00052    Radius of Earth in kilometers.
00053 */
00054 
00055 const double EARTHRAD = 6378.140;
00056 
00057 /*
00058    Earth ellipsoid flattening.
00059 */
00060 
00061 const double F = 0.00335281;
00062 
00063 /*
00064    Rotational angular velocity of Earth in radians/sec.
00065 */
00066 
00067 const double OMEGA = 7.292115e-5;
00068 
00069 /*
00070    Value of pi in radians.
00071 */
00072 
00073 const double TWOPI = 6.28318530717958647692;
00074 
00075 /*
00076    Angle conversion constants.
00077 */
00078 
00079 const double RAD2SEC = 206264.806247096355;
00080 const double DEG2RAD = 0.017453292519943296;
00081 const double RAD2DEG = 57.295779513082321;
00082 

Generated on Mon Feb 15 11:07:05 2010 for loon by  doxygen 1.3.9.1