Class TurnAroundRangeIonosphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.TurnAroundRangeIonosphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<TurnAroundRange>
public class TurnAroundRangeIonosphericDelayModifier extends Object implements EstimationModifier<TurnAroundRange>
Class modifying theoretical TurnAroundRange measurement with ionospheric delay. The effect of ionospheric correction on the TurnAroundRange 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:
- 9.0
- Author:
- Maxime Journot
-
-
Constructor Summary
Constructors Constructor Description TurnAroundRangeIonosphericDelayModifier(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<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
TurnAroundRangeIonosphericDelayModifier
public TurnAroundRangeIonosphericDelayModifier(IonosphericModel model)
Constructor.- Parameters:
model
- Ionospheric delay model appropriate for the current TurnAroundRange measurement method.
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDrivers
in interfaceEstimationModifier<TurnAroundRange>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<TurnAroundRange> estimated)
Description copied from interface:EstimationModifier
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<TurnAroundRange>
- Parameters:
estimated
- estimated measurement to modify
-
-