Class TurnAroundRangeTroposphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.TurnAroundRangeTroposphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<TurnAroundRange>
,ParameterDriversProvider
public class TurnAroundRangeTroposphericDelayModifier extends Object implements EstimationModifier<TurnAroundRange>
Class modifying theoretical turn-around TurnAroundRange measurement with tropospheric delay.The effect of tropospheric correction on the TurnAroundRange 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:
- 9.0
- Author:
- Maxime Journot
-
-
Constructor Summary
Constructors Constructor Description TurnAroundRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Deprecated.as of 12.1, replaced byTurnAroundRangeTroposphericDelayModifier(TroposphericModel)
TurnAroundRangeTroposphericDelayModifier(TroposphericModel model)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>
getParametersDrivers()
Get the drivers for parameters.void
modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.void
modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> 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, wait
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
-
-
-
Constructor Detail
-
TurnAroundRangeTroposphericDelayModifier
@Deprecated public TurnAroundRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Deprecated.as of 12.1, replaced byTurnAroundRangeTroposphericDelayModifier(TroposphericModel)
Constructor.- Parameters:
model
- Tropospheric delay model appropriate for the current TurnAroundRange measurement method.
-
TurnAroundRangeTroposphericDelayModifier
public TurnAroundRangeTroposphericDelayModifier(TroposphericModel model)
Constructor.- Parameters:
model
- Tropospheric delay model appropriate for the current TurnAroundRange measurement method.- Since:
- 12.1
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for parameters.- Specified by:
getParametersDrivers
in interfaceParameterDriversProvider
- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
public void modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivatives
in interfaceEstimationModifier<TurnAroundRange>
- Parameters:
estimated
- estimated measurement to modify
-
modify
public void modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<TurnAroundRange>
- Parameters:
estimated
- estimated measurement to modify
-
-