public abstract class BaseRangeRateTroposphericDelayModifier extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseRangeRateTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
protected DiscreteTroposphericModel |
getTropoModel()
Get the tropospheric delay model.
|
<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.
|
protected BaseRangeRateTroposphericDelayModifier(DiscreteTroposphericModel model)
model - Tropospheric delay model appropriate for the current range-rate measurement method.protected DiscreteTroposphericModel getTropoModel()
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()
Copyright © 2002-2022 CS GROUP. All rights reserved.