Class AngularTroposphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.AngularTroposphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<AngularAzEl>
public class AngularTroposphericDelayModifier extends Object implements EstimationModifier<AngularAzEl>
Class modifying theoretical angular measurement with tropospheric delay. The effect of tropospheric correction on the angular is computed through the computation of the tropospheric delay.The spacecraft state is shifted by the computed delay time and elevation and azimuth are computed again with the new spacecraft state. 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:
- Thierry Ceolin
-
-
Constructor Summary
Constructors Constructor Description AngularTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>
getParametersDrivers()
Get the drivers for this modifier parameters.void
modify(EstimatedMeasurement<AngularAzEl> estimated)
Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
AngularTroposphericDelayModifier
public AngularTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.- Parameters:
model
- Tropospheric delay model appropriate for the current angular measurement method.
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDrivers
in interfaceEstimationModifier<AngularAzEl>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<AngularAzEl> estimated)
Description copied from interface:EstimationModifier
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<AngularAzEl>
- Parameters:
estimated
- estimated measurement to modify
-
-