Uses of Interface
org.orekit.estimation.measurements.EstimationModifier
-
Packages that use EstimationModifier Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.estimation.measurements.modifiers -
-
Uses of EstimationModifier in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return types with arguments of type EstimationModifier Modifier and Type Method Description List<EstimationModifier<T>>
AbstractMeasurement. getModifiers()
Get the modifiers that apply to a measurement.List<EstimationModifier<T>>
ObservedMeasurement. getModifiers()
Get the modifiers that apply to a measurement.Methods in org.orekit.estimation.measurements with parameters of type EstimationModifier Modifier and Type Method Description void
AbstractMeasurement. addModifier(EstimationModifier<T> modifier)
Add a modifier.void
ObservedMeasurement. addModifier(EstimationModifier<T> modifier)
Add a modifier. -
Uses of EstimationModifier in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return types with arguments of type EstimationModifier Modifier and Type Method Description List<EstimationModifier<T>>
AbstractMeasurementBuilder. getModifiers()
Get the modifiers that apply to a measurement.List<EstimationModifier<T>>
MeasurementBuilder. getModifiers()
Get the modifiers that apply to a measurement.Methods in org.orekit.estimation.measurements.generation with parameters of type EstimationModifier Modifier and Type Method Description void
AbstractMeasurementBuilder. addModifier(EstimationModifier<T> modifier)
Add a modifier.void
MeasurementBuilder. addModifier(EstimationModifier<T> modifier)
Add a modifier. -
Uses of EstimationModifier in org.orekit.estimation.measurements.modifiers
Classes in org.orekit.estimation.measurements.modifiers that implement EstimationModifier Modifier and Type Class Description class
AngularIonosphericDelayModifier
Class modifying theoretical angular measurement with ionospheric delay.class
AngularRadioRefractionModifier
Class modifying theoretical angular measurement with ionospheric radio refractive index.class
AngularTroposphericDelayModifier
Class modifying theoretical angular measurement with tropospheric delay.class
Bias<T extends ObservedMeasurement<T>>
Class modeling a measurement bias.class
DynamicOutlierFilter<T extends ObservedMeasurement<T>>
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.class
OnBoardAntennaInterSatellitesRangeModifier
On-board antenna offset effect on inter-satellites range measurements.class
OnBoardAntennaRangeModifier
On-board antenna offset effect on range measurements.class
OnBoardAntennaTurnAroundRangeModifier
On-board antenna offset effect on turn around range measurements.class
OutlierFilter<T extends ObservedMeasurement<T>>
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.class
PhaseAmbiguityModifier
Class modifying theoretical phase measurement with ambiguity.class
RangeIonosphericDelayModifier
Class modifying theoretical range measurement with ionospheric delay.class
RangeRateIonosphericDelayModifier
Class modifying theoretical range-rate measurement with ionospheric delay.class
RangeRateTroposphericDelayModifier
Class modifying theoretical range-rate measurements with tropospheric delay.class
RangeTroposphericDelayModifier
Class modifying theoretical range measurement with tropospheric delay.class
TurnAroundRangeIonosphericDelayModifier
Class modifying theoretical TurnAroundRange measurement with ionospheric delay.class
TurnAroundRangeTroposphericDelayModifier
Class modifying theoretical turn-around TurnAroundRange measurement with tropospheric delay.
-