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
ConstructorsModifierConstructorDescriptionprotectedAbstractShapiroPhaseModifier(ShapiroModel shapiroModel) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, 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
modify, modifyWithoutDerivativesMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
AbstractShapiroPhaseModifier
Constructor.- Parameters:
shapiroModel- Shapiro delay computer- Since:
- 14.0
-
-
Method Details
-
modifyWithoutDerivatives
Modify the theoretical phase measurement without derivatives, given the wavelength.- Parameters:
estimated- measurement to modifywavelength- signal wavelength
-