Class AbstractRelativisticJ2ClockModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AbstractRelativisticJ2ClockModifier
- Direct Known Subclasses:
RelativisticJ2ClockInterSatellitesPhaseModifier,RelativisticJ2ClockInterSatellitesRangeModifier,RelativisticJ2ClockOneWayGNSSPhaseModifier,RelativisticJ2ClockOneWayGNSSRangeModifier,RelativisticJ2ClockPhaseModifier,RelativisticJ2ClockRangeModifier
Class modifying theoretical measurements with relativistic J2 clock correction.
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.
- Since:
- 11.2
- Author:
- Louis Aucouturier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractRelativisticJ2ClockModifier(double gm, double c20, double equatorialRadius) Constructor for the Relativistic J2 Clock modifier. -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the effect modifying the measurement.protected doublerelativisticJ2Correction(EstimatedMeasurementBase<?> estimated) Computes the relativistic J2 clock time delay correction.
-
Constructor Details
-
AbstractRelativisticJ2ClockModifier
public AbstractRelativisticJ2ClockModifier(double gm, double c20, double equatorialRadius) Constructor for the Relativistic J2 Clock modifier.- Parameters:
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.
-
-
Method Details
-
getEffectName
Get the name of the effect modifying the measurement.- Returns:
- name of the effect modifying the measurement
- Since:
- 13.0
-
relativisticJ2Correction
Computes the relativistic J2 clock time delay correction.- Parameters:
estimated- EstimatedMeasurements on which to calculate the correction- Returns:
- dt_relJ2clk Time delay due to the relativistic J2 clock effect in seconds
-