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