Constants Module¶
Mathematical, physical, and astronomical constants.
constants
¶
Constants Module
Mathematical, physical, and astronomical constants used throughout Brahe.
This module provides: - Mathematical constants (π conversions, angle conversions) - Time system constants (offsets, epoch definitions) - Physical constants (speed of light, astronomical unit) - Earth constants (radius, GM, shape parameters) - Planetary constants (GM values for solar system bodies)
AS2RAD
module-attribute
¶
AS2RAD = 4.84813681109536e-06
Convert a string or number to a floating-point number, if possible.
AU
module-attribute
¶
AU = 149597870700.0
Convert a string or number to a floating-point number, if possible.
C_LIGHT
module-attribute
¶
C_LIGHT = 299792458.0
Convert a string or number to a floating-point number, if possible.
DEG2RAD
module-attribute
¶
DEG2RAD = 0.017453292519943295
Convert a string or number to a floating-point number, if possible.
ECC_EARTH
module-attribute
¶
ECC_EARTH = 0.081819190842622
Convert a string or number to a floating-point number, if possible.
GM_EARTH
module-attribute
¶
GM_EARTH = 398600441500000.0
Convert a string or number to a floating-point number, if possible.
GM_JUPITER
module-attribute
¶
GM_JUPITER = 1.267127648e+17
Convert a string or number to a floating-point number, if possible.
GM_MARS
module-attribute
¶
GM_MARS = 42828375210000.0
Convert a string or number to a floating-point number, if possible.
GM_MERCURY
module-attribute
¶
GM_MERCURY = 22031780000000.0
Convert a string or number to a floating-point number, if possible.
GM_MOON
module-attribute
¶
GM_MOON = 4902800066000.0
Convert a string or number to a floating-point number, if possible.
GM_NEPTUNE
module-attribute
¶
GM_NEPTUNE = 6836527100580000.0
Convert a string or number to a floating-point number, if possible.
GM_PLUTO
module-attribute
¶
GM_PLUTO = 977000000000.0
Convert a string or number to a floating-point number, if possible.
GM_SATURN
module-attribute
¶
GM_SATURN = 3.79405852e+16
Convert a string or number to a floating-point number, if possible.
GM_SUN
module-attribute
¶
GM_SUN = 1.327124400419394e+20
Convert a string or number to a floating-point number, if possible.
GM_URANUS
module-attribute
¶
GM_URANUS = 5794548600000000.0
Convert a string or number to a floating-point number, if possible.
GM_VENUS
module-attribute
¶
GM_VENUS = 324858592000000.0
Convert a string or number to a floating-point number, if possible.
GPS_TAI
module-attribute
¶
GPS_TAI = -19.0
Convert a string or number to a floating-point number, if possible.
GPS_TT
module-attribute
¶
GPS_TT = -51.184
Convert a string or number to a floating-point number, if possible.
GPS_ZERO
module-attribute
¶
GPS_ZERO = 44244.0
Convert a string or number to a floating-point number, if possible.
J2_EARTH
module-attribute
¶
J2_EARTH = 0.0010826358191967
Convert a string or number to a floating-point number, if possible.
MJD2000
module-attribute
¶
MJD2000 = 51544.5
Convert a string or number to a floating-point number, if possible.
MJD_ZERO
module-attribute
¶
MJD_ZERO = 2400000.5
Convert a string or number to a floating-point number, if possible.
OMEGA_EARTH
module-attribute
¶
OMEGA_EARTH = 7.292115146706979e-05
Convert a string or number to a floating-point number, if possible.
P_SUN
module-attribute
¶
P_SUN = 4.56e-06
Convert a string or number to a floating-point number, if possible.
RAD2AS
module-attribute
¶
RAD2AS = 206264.80624709636
Convert a string or number to a floating-point number, if possible.
RAD2DEG
module-attribute
¶
RAD2DEG = 57.29577951308232
Convert a string or number to a floating-point number, if possible.
R_EARTH
module-attribute
¶
R_EARTH = 6378136.3
Convert a string or number to a floating-point number, if possible.
R_MOON
module-attribute
¶
R_MOON = 1738000.0
Convert a string or number to a floating-point number, if possible.
R_SUN
module-attribute
¶
R_SUN = 695700000.0
Convert a string or number to a floating-point number, if possible.
TAI_GPS
module-attribute
¶
TAI_GPS = 19.0
Convert a string or number to a floating-point number, if possible.
TAI_TT
module-attribute
¶
TAI_TT = -32.184
Convert a string or number to a floating-point number, if possible.
TT_GPS
module-attribute
¶
TT_GPS = 51.184
Convert a string or number to a floating-point number, if possible.
TT_TAI
module-attribute
¶
TT_TAI = 32.184
Convert a string or number to a floating-point number, if possible.
WGS84_A
module-attribute
¶
WGS84_A = 6378137.0
Convert a string or number to a floating-point number, if possible.
WGS84_F
module-attribute
¶
WGS84_F = 0.0033528106647474805
Convert a string or number to a floating-point number, if possible.