public class RelativisticJ2ClockOneWayGNSSPhaseModifier extends AbstractRelativisticJ2ClockModifier implements EstimationModifier<OneWayGNSSPhase>
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 |
---|
RelativisticJ2ClockOneWayGNSSPhaseModifier(double gm,
double c20,
double equatorialRadius)
Modifier constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.
|
relativisticJ2Correction
public RelativisticJ2ClockOneWayGNSSPhaseModifier(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.public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
in interface EstimationModifier<OneWayGNSSPhase>
public void modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
modify
in interface EstimationModifier<OneWayGNSSPhase>
estimated
- estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.