Class RangeIonosphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.RangeIonosphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<Range>
public class RangeIonosphericDelayModifier extends Object implements EstimationModifier<Range>
Class modifying theoretical range measurement with ionospheric delay. The effect of ionospheric correction on the range is directly computed through the computation of the ionospheric delay. The ionospheric delay depends on the frequency of the signal (GNSS, VLBI, ...). For optical measurements (e.g. SLR), the ray is not affected by ionosphere charged particles.- Since:
- 8.0
- Author:
- Maxime Journot, Joris Olympio
-
-
Constructor Summary
Constructors Constructor Description RangeIonosphericDelayModifier(IonosphericModel 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<Range> estimated)
Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
RangeIonosphericDelayModifier
public RangeIonosphericDelayModifier(IonosphericModel model)
Constructor.- Parameters:
model
- Ionospheric 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<Range>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<Range> estimated)
Description copied from interface:EstimationModifier
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<Range>
- Parameters:
estimated
- estimated measurement to modify
-
-