Class RangeTroposphericDelayModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.BaseRangeTroposphericDelayModifier
org.orekit.estimation.measurements.modifiers.RangeTroposphericDelayModifier
- All Implemented Interfaces:
EstimationModifier<Range>,ParameterDriversProvider
public class RangeTroposphericDelayModifier
extends BaseRangeTroposphericDelayModifier
implements EstimationModifier<Range>
Class modifying theoretical range measurement with tropospheric delay.
The effect of tropospheric correction on the range is directly computed through the computation of the tropospheric delay.
In general, for GNSS, VLBI, ... there is hardly any frequency dependence in the delay. For SLR techniques however, the frequency dependence is sensitive.
- Since:
- 8.0
- Author:
- Maxime Journot, Joris Olympio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodify(EstimatedMeasurement<Range> estimated) Apply a modifier to an estimated measurement.voidmodifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated) Apply a modifier to an estimated measurement without derivatives.Methods inherited from class org.orekit.estimation.measurements.modifiers.BaseRangeTroposphericDelayModifier
getEffectName, getParametersDrivers, getTropoModel, rangeErrorTroposphericModel, rangeErrorTroposphericModelMethods 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
getEffectNameMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
-
Constructor Details
-
RangeTroposphericDelayModifier
Constructor.- Parameters:
model- Tropospheric delay model appropriate for the current range measurement method.- Since:
- 12.1
-
-
Method Details
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<Range>- Parameters:
estimated- estimated measurement to modify
-
modify
Apply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<Range>- Parameters:
estimated- estimated measurement to modify
-