Class RelativisticClockOneWayGNSSRangeModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.AbstractRelativisticClockModifier
-
- org.orekit.estimation.measurements.modifiers.RelativisticClockOneWayGNSSRangeModifier
-
- All Implemented Interfaces:
EstimationModifier<OneWayGNSSRange>
,ParameterDriversProvider
public class RelativisticClockOneWayGNSSRangeModifier extends AbstractRelativisticClockModifier implements EstimationModifier<OneWayGNSSRange>
Class modifying theoretical one-way GNSS 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 RelativisticClockOneWayGNSSRangeModifier()
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>
getParametersDrivers()
Get the drivers for parameters.void
modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.-
Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractRelativisticClockModifier
getScaleFactor, relativisticCorrection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.estimation.measurements.EstimationModifier
modify
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
-
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for parameters.- Specified by:
getParametersDrivers
in interfaceParameterDriversProvider
- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
public void modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivatives
in interfaceEstimationModifier<OneWayGNSSRange>
- Parameters:
estimated
- estimated measurement to modify
-
-