T
- the type of the measurementAngularIonosphericDelayModifier
, AngularRadioRefractionModifier
, AngularTroposphericDelayModifier
, Bias
, DynamicOutlierFilter
, OnBoardAntennaInterSatellitesRangeModifier
, OnBoardAntennaRangeModifier
, OnBoardAntennaTurnAroundRangeModifier
, OutlierFilter
, PhaseAmbiguityModifier
, RangeIonosphericDelayModifier
, RangeRateIonosphericDelayModifier
, RangeRateTroposphericDelayModifier
, RangeTroposphericDelayModifier
, TurnAroundRangeIonosphericDelayModifier
, TurnAroundRangeTroposphericDelayModifier
public 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)
estimated
- estimated measurement to modifyCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.