Class AbstractShapiroPhaseModifier<T extends ObservedMeasurement<T>>
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.AbstractShapiroBaseModifier<T>
-
- org.orekit.estimation.measurements.modifiers.AbstractShapiroPhaseModifier<T>
-
- Type Parameters:
T- type of the measurements
- All Implemented Interfaces:
EstimationModifier<T>,ParameterDriversProvider
- Direct Known Subclasses:
ShapiroInterSatellitePhaseModifier,ShapiroOneWayGNSSPhaseModifier,ShapiroPhaseModifier
public abstract class AbstractShapiroPhaseModifier<T extends ObservedMeasurement<T>> extends AbstractShapiroBaseModifier<T>
Class modifying theoretical phase measurement with Shapiro time delay.Shapiro time delay is a relativistic effect due to gravity.
- Since:
- 14.0
- Author:
- Romain Serra
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractShapiroPhaseModifier(ShapiroModel shapiroModel)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmodifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated, double wavelength)Modify the theoretical phase measurement without derivatives, given the wavelength.-
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, modifyWithoutDerivatives
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
-
-
-
Constructor Detail
-
AbstractShapiroPhaseModifier
protected AbstractShapiroPhaseModifier(ShapiroModel shapiroModel)
Constructor.- Parameters:
shapiroModel- Shapiro delay computer- Since:
- 14.0
-
-
Method Detail
-
modifyWithoutDerivatives
protected void modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated, double wavelength)
Modify the theoretical phase measurement without derivatives, given the wavelength.- Parameters:
estimated- measurement to modifywavelength- signal wavelength
-
-