![]() |
0.3.0
|
Niell Mapping Function. More...
Go to the source code of this file.
Functions | |
double | NAV::calcTropoMapFunc_NMFH (const InsTime &epoch, const Eigen::Vector3d &lla_pos, double elevation) |
Calculates the Niell Mapping Function (NMF) for the hydrostatic delay. | |
double | NAV::calcTropoMapFunc_NMFW (const Eigen::Vector3d &lla_pos, double elevation) |
Calculates the Niell Mapping Function (NMF) for the wet delay. | |
Niell Mapping Function.
double NAV::calcTropoMapFunc_NMFH | ( | const InsTime & | epoch, |
const Eigen::Vector3d & | lla_pos, | ||
double | elevation ) |
Calculates the Niell Mapping Function (NMF) for the hydrostatic delay.
[in] | epoch | Time |
[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_NMFW | ( | const Eigen::Vector3d & | lla_pos, |
double | elevation ) |
Calculates the Niell Mapping Function (NMF) for the wet delay.
[in] | lla_pos | [𝜙, λ, h]^T Geodetic latitude, longitude and height in [rad, rad, m] |
[in] | elevation | Angle between the user and satellite [rad] |