0.2.0
|
Cosecant tropospheric mapping function. More...
Go to the source code of this file.
Functions | |
double | NAV::calcTropoMapFunc_cosecant (double elevation) |
Calculates the mapping factor as cosecant of the elevation. | |
double | NAV::calcTropoMapFunc_secant (double zenithDistance) |
Calculates the mapping factor as cosecant of the elevation (= secant of the zenith distance) | |
Cosecant tropospheric mapping function.
double NAV::calcTropoMapFunc_cosecant | ( | double | elevation | ) |
Calculates the mapping factor as cosecant of the elevation.
[in] | elevation | Angle between the user and satellite [rad] |
double NAV::calcTropoMapFunc_secant | ( | double | zenithDistance | ) |
Calculates the mapping factor as cosecant of the elevation (= secant of the zenith distance)
[in] | zenithDistance | Zenith distance/angle of the satellite [rad] |