Class ShapiroBistaticRangeModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AbstractShapiroBaseModifier<BistaticRange>
org.orekit.estimation.measurements.modifiers.AbstractShapiroRangeModifier<BistaticRange>
org.orekit.estimation.measurements.modifiers.ShapiroBistaticRangeModifier
- All Implemented Interfaces:
EstimationModifier<BistaticRange>,ParameterDriversProvider
Class modifying theoretical range measurement with Shapiro time delay.
Shapiro time delay is a relativistic effect due to gravity.
- Since:
- 14.0
- Author:
- Romain Serra
-
Constructor Summary
ConstructorsConstructorDescriptionShapiroBistaticRangeModifier(double gm) Simple constructor from gravitational constant.ShapiroBistaticRangeModifier(ShapiroModel shapiroModel) Constructor. -
Method Summary
Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractShapiroRangeModifier
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
-
ShapiroBistaticRangeModifier
public ShapiroBistaticRangeModifier(double gm) Simple constructor from gravitational constant.- Parameters:
gm- gravitational constant for main body in signal path vicinity.
-
ShapiroBistaticRangeModifier
Constructor.- Parameters:
shapiroModel- Shapiro delay computer- Since:
- 14.0
-