Class RelativisticClockRangeModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.AbstractRelativisticClockModifier
-
- org.orekit.estimation.measurements.modifiers.RelativisticClockRangeModifier
-
- All Implemented Interfaces:
EstimationModifier<Range>
public class RelativisticClockRangeModifier extends AbstractRelativisticClockModifier implements EstimationModifier<Range>
Class modifying theoretical range measurement with relativistic clock correction.Relativistic clock correction is caused by the motion of the satellite as well as the change in the gravitational potential
- Since:
- 10.3
- Author:
- Bryan Cazabonne
- See Also:
- "Teunissen, Peter, and Oliver Montenbruck, eds. Springer handbook of global navigation satellite systems. Chapter 19.2. Springer, 2017."
-
-
Constructor Summary
Constructors Constructor Description RelativisticClockRangeModifier()
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>
getParametersDrivers()
Get the drivers for this modifier parameters.void
modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.-
Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractRelativisticClockModifier
getScaleFactor, relativisticCorrection
-
-
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDrivers
in interfaceEstimationModifier<Range>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<Range>
- Parameters:
estimated
- estimated measurement to modify
-
-