public class AstroConst extends Object
Modifier and Type | Field and Description |
---|---|
static double |
Arcs
Arcseconds per radian
|
static double |
AU
Astronomical unit [m]; IAU 1976
|
static double |
c_light
Speed of light [m/s]; IAU 1976
|
static double[][] |
CS
EWG96 - spherical harmonics for Earth gravity
|
static double |
Deg
Degrees per radian
|
static double |
f_Earth
Earth Flattening; WGS-84
|
static double |
GM_Earth
Gravitational Constant times Earth Mass [m^3/s^2]; JGM3
|
static double |
GM_Moon
Gravitational Constant times moon mass [m^3/s^2]; DE200
|
static double |
GM_Sun
Gravitational Constant times sun mass [m^3/s^2]; IAU 1976
|
static double |
JDminusMJD
Difference in days between Julian to Modified Julian dates
|
static double |
MJD_J2000
Modified Julian Date of J2000.0
|
static double |
P_Sol
Solar radiation pressure at 1 AU.
|
static double |
R_Earth
Radius Earth [m]; WGS-84 (semi-major axis, a) (Equatorial Radius)
|
static double |
R_Earth_major
Radius Earth [m]; WGS-84 (semi-major axis, a) (Equatorial Radius)
|
static double |
R_Earth_mean
Arithmetic mean radius of the Earth = (2a+b)/3 [m]; WGS-84
|
static double |
R_Earth_minor
Semi-minor axis of the Earth = polar radius = b = (1?
|
static double |
Rad
Radians per degree
|
Constructor and Description |
---|
AstroConst() |
public static final double MJD_J2000
public static final double GM_Earth
public static final double R_Earth
public static final double R_Earth_mean
public static final double R_Earth_minor
public static final double R_Earth_major
public static final double f_Earth
public static final double GM_Sun
public static final double GM_Moon
public static final double Arcs
public static final double Deg
public static final double Rad
public static final double AU
public static final double c_light
public static final double P_Sol
public static final double JDminusMJD
public static final double[][] CS
public AstroConst()