public abstract class BaseRangeTroposphericDelayModifier extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseRangeTroposphericDelayModifier(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 org.hipparchus.CalculusFieldElement<T>> |
rangeErrorTroposphericModel(GroundStation station,
FieldSpacecraftState<T> state,
T[] parameters)
Compute the measurement error due to Troposphere.
|
double |
rangeErrorTroposphericModel(GroundStation station,
SpacecraftState state)
Compute the measurement error due to Troposphere.
|
protected BaseRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
model - Tropospheric delay model appropriate for the current range measurement method.protected DiscreteTroposphericModel getTropoModel()
public double rangeErrorTroposphericModel(GroundStation station, SpacecraftState state)
station - stationstate - spacecraft statepublic <T extends org.hipparchus.CalculusFieldElement<T>> T rangeErrorTroposphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
T - type of the elementstation - stationstate - spacecraft stateparameters - tropospheric model parameterspublic List<ParameterDriver> getParametersDrivers()
Copyright © 2002-2023 CS GROUP. All rights reserved.