public class RangeRateIonosphericDelayModifier extends Object implements EstimationModifier<RangeRate>
| Constructor and Description |
|---|
RangeRateIonosphericDelayModifier(IonosphericModel model,
boolean twoWay)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
public RangeRateIonosphericDelayModifier(IonosphericModel model, boolean twoWay)
model - Ionospheric delay model appropriate for the current range-rate measurement method.twoWay - Flag indicating whether the measurement is two-way.public List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<RangeRate>public void modify(EstimatedMeasurement<RangeRate> estimated) throws OrekitException
modify in interface EstimationModifier<RangeRate>estimated - estimated measurement to modifyOrekitException - if modifier cannot be appliedCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.