Class OneWayGNSSRangeIonosphericDelayModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.BaseOneWayGNSSRangeIonosphericDelayModifier
org.orekit.estimation.measurements.modifiers.OneWayGNSSRangeIonosphericDelayModifier
- All Implemented Interfaces:
EstimationModifier<OneWayGNSSRange>,ParameterDriversProvider
public class OneWayGNSSRangeIonosphericDelayModifier
extends BaseOneWayGNSSRangeIonosphericDelayModifier
implements EstimationModifier<OneWayGNSSRange>
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 10.0, state derivatives and ionospheric parameters derivates are computed using automatic differentiation.
- Since:
- 8.0
- Author:
- Maxime Journot, Joris Olympio
-
Constructor Summary
ConstructorsConstructorDescriptionOneWayGNSSRangeIonosphericDelayModifier(IonosphericModel model, double freq) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidmodify(EstimatedMeasurement<OneWayGNSSRange> estimated) Apply a modifier to an estimated measurement.voidApply a modifier to an estimated measurement without derivatives.Methods inherited from class org.orekit.estimation.measurements.modifiers.BaseOneWayGNSSRangeIonosphericDelayModifier
getEffectName, getIonoModel, getParametersDrivers, oneWayGNSSErrorIonosphericModel, oneWayGNSSErrorIonosphericModelMethods 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
getEffectNameMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
-
Constructor Details
-
OneWayGNSSRangeIonosphericDelayModifier
Constructor.- Parameters:
model- Ionospheric delay model appropriate for the current range measurement method.freq- frequency of the signal in Hz
-
-
Method Details
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<OneWayGNSSRange>- Parameters:
estimated- estimated measurement to modify
-
modify
Apply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<OneWayGNSSRange>- Parameters:
estimated- estimated measurement to modify
-