Class RelativisticClockPhaseModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AbstractRelativisticClockModifier
org.orekit.estimation.measurements.modifiers.RelativisticClockPhaseModifier
- All Implemented Interfaces:
EstimationModifier<Phase>,ParameterDriversProvider
public class RelativisticClockPhaseModifier
extends AbstractRelativisticClockModifier
implements EstimationModifier<Phase>
Class modifying theoretical phase 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the drivers for parameters.voidmodifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated) Apply a modifier to an estimated measurement without derivatives.Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractRelativisticClockModifier
getEffectName, getScaleFactor, relativisticCorrectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.EstimationModifier
getEffectName, modifyMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
RelativisticClockPhaseModifier
public RelativisticClockPhaseModifier()Simple constructor.
-
-
Method Details
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<Phase>- Parameters:
estimated- estimated measurement to modify
-