public class RangeRateTroposphericDelayModifier extends BaseRangeRateTroposphericDelayModifier implements EstimationModifier<RangeRate>
Constructor and Description |
---|
RangeRateTroposphericDelayModifier(DiscreteTroposphericModel model,
boolean tw)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
<T extends CalculusFieldElement<T>> |
rangeRateErrorTroposphericModel(GroundStation station,
FieldSpacecraftState<T> state,
T[] parameters)
Compute the measurement error due to Troposphere.
|
double |
rangeRateErrorTroposphericModel(GroundStation station,
SpacecraftState state)
Compute the measurement error due to Troposphere.
|
getParametersDrivers, getTropoModel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParametersDrivers
public RangeRateTroposphericDelayModifier(DiscreteTroposphericModel 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)
rangeRateErrorTroposphericModel
in class BaseRangeRateTroposphericDelayModifier
station
- stationstate
- spacecraft statepublic <T extends CalculusFieldElement<T>> T rangeRateErrorTroposphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
rangeRateErrorTroposphericModel
in class BaseRangeRateTroposphericDelayModifier
T
- type of the elementstation
- stationstate
- spacecraft stateparameters
- tropospheric model parameterspublic void modify(EstimatedMeasurement<RangeRate> estimated)
modify
in interface EstimationModifier<RangeRate>
estimated
- estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.