public class RangeRateTroposphericDelayModifier extends Object implements EstimationModifier<RangeRate>
| Constructor and Description |
|---|
RangeRateTroposphericDelayModifier(TroposphericModel model,
boolean tw)
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.
|
double |
rangeRateErrorTroposphericModel(GroundStation station,
SpacecraftState state)
Compute the measurement error due to Troposphere.
|
public RangeRateTroposphericDelayModifier(TroposphericModel model, boolean tw)
model - Tropospheric delay model appropriate for the current range-rate measurement method.tw - Flag indicating whether the measurement is two-way.public double rangeRateErrorTroposphericModel(GroundStation station, SpacecraftState state) throws OrekitException
station - stationstate - spacecraft stateOrekitException - if frames transformations cannot be computedpublic 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.