Class AngularIonosphericDelayModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AngularIonosphericDelayModifier
- All Implemented Interfaces:
EstimationModifier<AngularAzEl>,ParameterDriversProvider
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 10.0, state derivatives and ionospheric parameters derivatives are computed using automatic differentiation.
- Since:
- 8.0
- Author:
- Thierry Ceolin
-
Constructor Summary
ConstructorsConstructorDescriptionAngularIonosphericDelayModifier(IonosphericModel model, double freq) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the effect modifying the measurement.Get the drivers for parameters.voidApply a modifier to an estimated measurement without derivatives.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.EstimationModifier
modifyMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
AngularIonosphericDelayModifier
Constructor.- Parameters:
model- Ionospheric delay model appropriate for the current angular measurement method.freq- frequency of the signal in Hz
-
-
Method Details
-
getEffectName
Get the name of the effect modifying the measurement.- Specified by:
getEffectNamein interfaceEstimationModifier<AngularAzEl>- Returns:
- name of the effect modifying the measurement
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<AngularAzEl>- Parameters:
estimated- estimated measurement to modify
-