public interface DiscreteTroposphericModel
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.
|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for 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.
|
double 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 dateList<ParameterDriver> getParametersDrivers()
default double[] getParameters()
default <T extends CalculusFieldElement<T>> T[] getParameters(Field<T> field)
T
- type of the elementsfield
- field to which the elements belongCopyright © 2002-2022 CS GROUP. All rights reserved.