Class PhaseIonosphericDelayModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.PhaseIonosphericDelayModifier
- All Implemented Interfaces:
EstimationModifier<Phase>,ParameterDriversProvider
Class modifying theoretical phase measurement with ionospheric delay.
The effect of ionospheric correction on the phase is directly computed
through the computation of the ionospheric delay.
- Since:
- 10.2
- Author:
- David Soulard, Bryan Cazabonne
-
Constructor Summary
ConstructorsConstructorDescriptionPhaseIonosphericDelayModifier(IonosphericModel model, double freq) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the effect modifying the measurement.Get the drivers for parameters.voidmodify(EstimatedMeasurement<Phase> estimated) Apply a modifier to an estimated measurement.voidmodifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated) Apply 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.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
PhaseIonosphericDelayModifier
Constructor.- Parameters:
model- Ionospheric delay model appropriate for the current range 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<Phase>- Returns:
- name of the effect modifying the measurement
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
Description copied from interface:EstimationModifierApply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<Phase>- Parameters:
estimated- estimated measurement to modify
-
modify
Description copied from interface:EstimationModifierApply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<Phase>- Parameters:
estimated- estimated measurement to modify
-