EstimationModifier<RangeRate>
public class RangeRateTroposphericDelayModifier extends Object implements EstimationModifier<RangeRate>
Constructor | Description |
---|---|
RangeRateTroposphericDelayModifier(DiscreteTroposphericModel model,
boolean tw) |
Constructor.
|
Modifier and Type | Method | 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 org.hipparchus.RealFieldElement<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 org.hipparchus.RealFieldElement<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-2019 CS Systèmes d'information. All rights reserved.