Class PhaseTroposphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.PhaseTroposphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<Phase>
public class PhaseTroposphericDelayModifier extends Object implements EstimationModifier<Phase>
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 Constructor Description PhaseTroposphericDelayModifier(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<Phase> estimated)
Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
PhaseTroposphericDelayModifier
public PhaseTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.- Parameters:
model
- Tropospheric delay model appropriate for the current range measurement method.
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDrivers
in interfaceEstimationModifier<Phase>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<Phase>
- Parameters:
estimated
- estimated measurement to modify
-
-