public class RangeRateTroposphericDelayModifier extends Object implements EstimationModifier<RangeRate>
Constructor and Description |
---|
RangeRateTroposphericDelayModifier(DiscreteTroposphericModel 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.
|
<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.
|
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)
station
- stationstate
- spacecraft statepublic <T extends CalculusFieldElement<T>> T rangeRateErrorTroposphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
T
- type of the elementstation
- stationstate
- spacecraft stateparameters
- tropospheric model parameterspublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers
in interface EstimationModifier<RangeRate>
public void modify(EstimatedMeasurement<RangeRate> estimated)
modify
in interface EstimationModifier<RangeRate>
estimated
- estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.