0.2.0
|
Global Mapping Function (GMF) More...
Go to the source code of this file.
Functions | |
double | NAV::calcTropoMapFunc_GMFH (double mjd, const Eigen::Vector3d &lla_pos, double elevation) |
Calculates the Global Mapping Function (GMF) for the hydrostatic delay. | |
double | NAV::calcTropoMapFunc_GMFW (double mjd, const Eigen::Vector3d &lla_pos, double elevation) |
Calculates the Global Mapping Function (GMF) for the wet delay. | |
Global Mapping Function (GMF)
double NAV::calcTropoMapFunc_GMFH | ( | double | mjd, |
const Eigen::Vector3d & | lla_pos, | ||
double | elevation ) |
Calculates the Global Mapping Function (GMF) for the hydrostatic delay.
[in] | mjd | Modified julian date |
[in] | lla_pos | [𝜙, λ, h]^T Geodetic latitude, longitude and height in [rad, rad, m] |
[in] | elevation | Angle between the user and satellite [rad] |
double NAV::calcTropoMapFunc_GMFW | ( | double | mjd, |
const Eigen::Vector3d & | lla_pos, | ||
double | elevation ) |
Calculates the Global Mapping Function (GMF) for the wet delay.
[in] | mjd | Modified julian date |
[in] | lla_pos | [𝜙, λ, h]^T Geodetic latitude, longitude and height in [rad, rad, m] |
[in] | elevation | Angle between the user and satellite [rad] |