T - the type of the measurementAngularIonosphericDelayModifier, AngularRadioRefractionModifier, AngularTroposphericDelayModifier, Bias, DynamicOutlierFilter, OnBoardAntennaInterSatellitesRangeModifier, OnBoardAntennaRangeModifier, OnBoardAntennaTurnAroundRangeModifier, OutlierFilter, PhaseAmbiguityModifier, RangeIonosphericDelayModifier, RangeRateIonosphericDelayModifier, RangeRateTroposphericDelayModifier, RangeTroposphericDelayModifier, TurnAroundRangeIonosphericDelayModifier, TurnAroundRangeTroposphericDelayModifierpublic interface EstimationModifier<T extends ObservedMeasurement<T>>
Modifiers are used to take some physical corrections into account in
the theoretical measurement model. They can be
used to model for example:
| Modifier and Type | Method | Description |
|---|---|---|
List<ParameterDriver> |
getParametersDrivers() |
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<T> estimated) |
Apply a modifier to an estimated measurement.
|
List<ParameterDriver> getParametersDrivers()
void modify(EstimatedMeasurement<T> estimated) throws OrekitException
estimated - estimated measurement to modifyOrekitException - if modifier cannot be appliedCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.