Class AngularIonosphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.AngularIonosphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<AngularAzEl>
public class AngularIonosphericDelayModifier extends Object implements EstimationModifier<AngularAzEl>
Class modifying theoretical angular measurement with ionospheric delay. The effect of ionospheric correction on the angular measurement is computed through the computation of the ionospheric delay. The spacecraft state is shifted by the computed delay time and elevation and azimuth are computed again with the new spacecraft state. 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:
- Thierry Ceolin
-
-
Constructor Summary
Constructors Constructor Description AngularIonosphericDelayModifier(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.voidmodify(EstimatedMeasurement<AngularAzEl> estimated)Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
AngularIonosphericDelayModifier
public AngularIonosphericDelayModifier(IonosphericModel model)
Constructor.- Parameters:
model- Ionospheric 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:
getParametersDriversin interfaceEstimationModifier<AngularAzEl>- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<AngularAzEl> estimated)
Description copied from interface:EstimationModifierApply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<AngularAzEl>- Parameters:
estimated- estimated measurement to modify
-
-