Class PhaseTroposphericDelayModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.PhaseTroposphericDelayModifier
- All Implemented Interfaces:
EstimationModifier<Phase>,ParameterDriversProvider
Class modifying theoretical phase measurement with tropospheric delay.
The effect of tropospheric correction on the phase is directly computed
through the computation of the tropospheric delay.
- Since:
- 10.2
- Author:
- David Soulard, Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the effect modifying the measurement.Get the drivers for parameters.voidmodify(EstimatedMeasurement<Phase> estimated) Apply a modifier to an estimated measurement.voidmodifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated) Apply a modifier to an estimated measurement without derivatives.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
PhaseTroposphericDelayModifier
Constructor.- Parameters:
model- Tropospheric delay model appropriate for the current range measurement method.- Since:
- 12.1
-
-
Method Details
-
getEffectName
Get the name of the effect modifying the measurement.- Specified by:
getEffectNamein interfaceEstimationModifier<Phase>- Returns:
- name of the effect modifying the measurement
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<Phase>- Parameters:
estimated- estimated measurement to modify
-
modify
Apply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<Phase>- Parameters:
estimated- estimated measurement to modify
-