Class ShapiroOneWayGNSSPhaseModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AbstractShapiroBaseModifier<OneWayGNSSPhase>
org.orekit.estimation.measurements.modifiers.AbstractShapiroPhaseModifier<OneWayGNSSPhase>
org.orekit.estimation.measurements.modifiers.ShapiroOneWayGNSSPhaseModifier
- All Implemented Interfaces:
EstimationModifier<OneWayGNSSPhase>,ParameterDriversProvider
Class modifying theoretical one-way GNSS phase measurement with Shapiro time delay.
Shapiro time delay is a relativistic effect due to gravity.
- Since:
- 10.3
- Author:
- Bryan Cazabonne
-
Constructor Summary
ConstructorsConstructorDescriptionShapiroOneWayGNSSPhaseModifier(double gm) Simple constructor from gravitational constant.ShapiroOneWayGNSSPhaseModifier(ShapiroModel shapiroModel) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidApply a modifier to an estimated measurement without derivatives.Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractShapiroPhaseModifier
modifyWithoutDerivativesMethods inherited from class org.orekit.estimation.measurements.modifiers.AbstractShapiroBaseModifier
getEffectName, getParametersDrivers, shapiroCorrectionMethods 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
modifyMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
ShapiroOneWayGNSSPhaseModifier
public ShapiroOneWayGNSSPhaseModifier(double gm) Simple constructor from gravitational constant.- Parameters:
gm- gravitational constant for main body in signal path vicinity.
-
ShapiroOneWayGNSSPhaseModifier
Constructor.- Parameters:
shapiroModel- Shapiro delay computer- Since:
- 14.0
-
-
Method Details
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Parameters:
estimated- estimated measurement to modify
-