public interface DiscreteTroposphericModel extends MappingFunction
Models that implement this interface split the delay into hydrostatic and non-hydrostatic part:
δ = δh + δnh
With:
| Modifier and Type | Method and Description |
|---|---|
double[] |
computeZenithDelay(double height,
double[] parameters,
AbsoluteDate date)
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
<T extends RealFieldElement<T>> |
computeZenithDelay(T height,
T[] parameters,
FieldAbsoluteDate<T> date)
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
double |
pathDelay(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends RealFieldElement<T>> |
pathDelay(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
getParameters, getParameters, getParametersDrivers, mappingFactors, mappingFactorsdouble pathDelay(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
elevation - the elevation of the satellite, in radiansheight - the height of the station in m above sea levelparameters - tropospheric model parameters.date - current date<T extends RealFieldElement<T>> T pathDelay(T elevation, T height, T[] parameters, FieldAbsoluteDate<T> date)
T - type of the elementselevation - the elevation of the satellite, in radiansheight - the height of the station in m above sea levelparameters - tropospheric model parameters.date - current datedouble[] computeZenithDelay(double height,
double[] parameters,
AbsoluteDate date)
height - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current date<T extends RealFieldElement<T>> T[] computeZenithDelay(T height, T[] parameters, FieldAbsoluteDate<T> date)
T - type of the elementsheight - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current dateCopyright © 2002-2020 CS GROUP. All rights reserved.