public class RelativisticJ2ClockPhaseModifier extends AbstractRelativisticJ2ClockModifier implements EstimationModifier<Phase>
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 |
---|
RelativisticJ2ClockPhaseModifier(double gm,
double c20,
double equatorialRadius)
Modifier constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for parameters.
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
relativisticJ2Correction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
modify
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public RelativisticJ2ClockPhaseModifier(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 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
modifyWithoutDerivatives
in interface EstimationModifier<Phase>
estimated
- estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.