public class TurnAroundRangeTroposphericDelayModifier extends Object implements EstimationModifier<TurnAroundRange>
| Constructor and Description |
|---|
TurnAroundRangeTroposphericDelayModifier(TroposphericModel model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.
|
public TurnAroundRangeTroposphericDelayModifier(TroposphericModel model)
model - Tropospheric delay model appropriate for the current TurnAroundRange measurement method.public List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<TurnAroundRange>public void modify(EstimatedMeasurement<TurnAroundRange> estimated) throws OrekitException
modify in interface EstimationModifier<TurnAroundRange>estimated - estimated measurement to modifyOrekitException - if modifier cannot be appliedCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.