public interface DiscreteTroposphericModel extends ParametersDriversProvider
Models that implement this interface split the delay into hydrostatic and non-hydrostatic part:
δ = δh + δnh
With:
| Modifier and Type | Method and Description |
|---|---|
default double[] |
getParameters()
Get tropospheric model parameters.
|
default <T extends CalculusFieldElement<T>> |
getParameters(Field<T> field)
Get tropospheric model parameters.
|
double |
pathDelay(double elevation,
GeodeticPoint point,
double[] parameters,
AbsoluteDate date)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends CalculusFieldElement<T>> |
pathDelay(T elevation,
FieldGeodeticPoint<T> point,
T[] parameters,
FieldAbsoluteDate<T> date)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
getParametersDriversdouble pathDelay(double elevation,
GeodeticPoint point,
double[] parameters,
AbsoluteDate date)
elevation - the elevation of the satellite, in radianspoint - station locationparameters - tropospheric model parametersdate - current date<T extends CalculusFieldElement<T>> T pathDelay(T elevation, FieldGeodeticPoint<T> point, T[] parameters, FieldAbsoluteDate<T> date)
T - type of the elementselevation - the elevation of the satellite, in radianspoint - station locationparameters - tropospheric model parametersdate - current datedefault double[] getParameters()
default <T extends CalculusFieldElement<T>> T[] getParameters(Field<T> field)
T - type of the elementsfield - field to which the elements belongCopyright © 2002-2023 CS GROUP. All rights reserved.