Class ShapiroInterSatellitePhaseModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AbstractShapiroBaseModifier<InterSatellitesPhase>
org.orekit.estimation.measurements.modifiers.AbstractShapiroPhaseModifier<InterSatellitesPhase>
org.orekit.estimation.measurements.modifiers.ShapiroInterSatellitePhaseModifier
- All Implemented Interfaces:
EstimationModifier<InterSatellitesPhase>,ParameterDriversProvider
public class ShapiroInterSatellitePhaseModifier
extends AbstractShapiroPhaseModifier<InterSatellitesPhase>
Class modifying theoretical inter-satellites phase measurement with Shapiro time delay.
Shapiro time delay is a relativistic effect due to gravity.
- Since:
- 10.3
- Author:
- Bryan Cazabonne
-
Constructor Summary
ConstructorsConstructorDescriptionShapiroInterSatellitePhaseModifier(double gm) Simple constructor from gravitational constant.ShapiroInterSatellitePhaseModifier(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
-
ShapiroInterSatellitePhaseModifier
public ShapiroInterSatellitePhaseModifier(double gm) Simple constructor from gravitational constant.- Parameters:
gm- gravitational constant for main body in signal path vicinity.
-
ShapiroInterSatellitePhaseModifier
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
-