Go to the source code of this file.
|
ZenithDelay | NAV::calcTroposphericDelayAndMapping (const InsTime &insTime, const Eigen::Vector3d &lla_pos, double elevation, double azimuth, const TroposphereModelSelection &troposphereModels, const std::string &nameId) |
| Calculates the tropospheric zenith hydrostatic and wet delays and corresponding mapping factors.
|
|
bool | NAV::ComboTroposphereModel (const char *label, TroposphereModelSelection &troposphereModelSelection, float width=0.0F) |
| Shows a ComboBox and button for advanced configuration to select the troposphere models.
|
|
void | NAV::from_json (const json &j, AtmosphereModels &obj) |
| Converts the provided json object into a node object.
|
|
void | NAV::from_json (const json &j, TroposphereModelSelection &obj) |
| Converts the provided json object into a node object.
|
|
void | NAV::to_json (json &j, const AtmosphereModels &obj) |
| Converts the provided object into json.
|
|
void | NAV::to_json (json &j, const TroposphereModelSelection &obj) |
| Converts the provided object into json.
|
|
const char * | NAV::to_string (MappingFunction mappingFunction) |
| Converts the enum to a string.
|
|
const char * | NAV::to_string (TroposphereModel troposphereZhdModel) |
| Converts the enum to a string.
|
|
double | NAV::tropoErrorVar (double dpsr_T, double elevation) |
| Calculates the tropospheric error variance.
|
|