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