public class AbstractRelativisticJ2ClockModifier extends Object
Relativistic clock correction of the effects caused by the oblateness of Earth on the gravity potential.
The time delay caused by this effect is computed based on the orbital parameters of the emitter's orbit.
Constructor and Description |
---|
AbstractRelativisticJ2ClockModifier(double gm,
double c20,
double equatorialRadius)
Constructor for the Relativistic J2 Clock modifier.
|
Modifier and Type | Method and Description |
---|---|
protected double |
relativisticJ2Correction(EstimatedMeasurement<?> estimated)
Computes the relativistic J2 clock time delay correction.
|
public AbstractRelativisticJ2ClockModifier(double gm, double c20, double equatorialRadius)
gm
- Earth gravitational constant (mu) in m³/s².c20
- Earth un-normalized second zonal coefficient (Signed J2 constant, is negative) (Typical value -1.0826e-3).equatorialRadius
- Earth equatorial radius in m.protected double relativisticJ2Correction(EstimatedMeasurement<?> estimated)
estimated
- EstimatedMeasurements on which to calculate the correctionCopyright © 2002-2022 CS GROUP. All rights reserved.