public interface TroposphericDelayModel extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
calculatePathDelay(double elevation,
double height)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
double |
calculateSignalDelay(double elevation,
double height)
Calculates the tropospheric signal delay for the signal path from a
ground station to a satellite.
|
double calculatePathDelay(double elevation, double height)
elevation
- the elevation of the satellite in degreesheight
- the height of the station in m above sea leveldouble calculateSignalDelay(double elevation, double height)
SaastamoinenModel.calculatePathDelay(double, double)
/Constants.SPEED_OF_LIGHT
elevation
- the elevation of the satellite in degreesheight
- the height of the station in m above sea levelCopyright © 2002-2015 CS Systèmes d'information. All rights reserved.