public interface DiscreteTroposphericModel extends ParameterDriversProvider
Models that implement this interface split the delay into hydrostatic and non-hydrostatic part:
δ = δh + δnh
With:
| Modifier and Type | Method and Description |
|---|---|
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 org.hipparchus.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.
|
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupporteddouble 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 org.hipparchus.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 parameters at current datedate - current dateCopyright © 2002-2023 CS GROUP. All rights reserved.