Class TDOATroposphericDelayModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.TDOATroposphericDelayModifier
- All Implemented Interfaces:
EstimationModifier<TDOA>,ParameterDriversProvider
Class modifying theoretical TDOA measurements with tropospheric delay.
The effect of tropospheric correction on the TDOA is a time delay computed directly from the difference in tropospheric delays for each downlink.
Tropospheric delay is not frequency dependent for signals up to 15 GHz.
- Since:
- 11.2
- Author:
- Pascal Parraud
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the effect modifying the measurement.Get the drivers for parameters.voidmodify(EstimatedMeasurement<TDOA> estimated) Apply a modifier to an estimated measurement.voidmodifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> 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
-
TDOATroposphericDelayModifier
Constructor.- Parameters:
model- tropospheric model appropriate for the current TDOA measurement method.- Since:
- 12.1
-
-
Method Details
-
getEffectName
Get the name of the effect modifying the measurement.- Specified by:
getEffectNamein interfaceEstimationModifier<TDOA>- 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<TDOA>- Parameters:
estimated- estimated measurement to modify
-
modify
Apply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<TDOA>- Parameters:
estimated- estimated measurement to modify
-