Class ShapiroInterSatelliteRangeModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.AbstractShapiroBaseModifier<T>
-
- org.orekit.estimation.measurements.modifiers.AbstractShapiroRangeModifier<InterSatellitesRange>
-
- org.orekit.estimation.measurements.modifiers.ShapiroInterSatelliteRangeModifier
-
- All Implemented Interfaces:
EstimationModifier<InterSatellitesRange>,ParameterDriversProvider
public class ShapiroInterSatelliteRangeModifier extends AbstractShapiroRangeModifier<InterSatellitesRange>
Class modifying theoretical range measurement with Shapiro time delay.Shapiro time delay is a relativistic effect due to gravity.
- Since:
- 10.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description ShapiroInterSatelliteRangeModifier(double gm)Simple constructor from gravitational constant.ShapiroInterSatelliteRangeModifier(ShapiroModel shapiroModel)Constructor.
-
Method Summary
-
Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractShapiroRangeModifier
modifyWithoutDerivatives
-
Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractShapiroBaseModifier
getEffectName, getParametersDrivers, shapiroCorrection
-
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
-
-
-
-
Constructor Detail
-
ShapiroInterSatelliteRangeModifier
public ShapiroInterSatelliteRangeModifier(double gm)
Simple constructor from gravitational constant.- Parameters:
gm- gravitational constant for main body in signal path vicinity.
-
ShapiroInterSatelliteRangeModifier
public ShapiroInterSatelliteRangeModifier(ShapiroModel shapiroModel)
Constructor.- Parameters:
shapiroModel- Shapiro delay computer- Since:
- 14.0
-
-