0.2.0
Loading...
Searching...
No Matches
Saastamoinen.hpp
Go to the documentation of this file.
1// This file is part of INSTINCT, the INS Toolkit for Integrated
2// Navigation Concepts and Training by the Institute of Navigation of
3// the University of Stuttgart, Germany.
4//
5// This Source Code Form is subject to the terms of the Mozilla Public
6// License, v. 2.0. If a copy of the MPL was not distributed with this
7// file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
62
63#pragma once
64
65#include <Eigen/Core>
66
67namespace NAV
68{
69
78double calcZHD_Saastamoinen(const Eigen::Vector3d& lla_pos, double p);
79
88double calcZWD_Saastamoinen(double T, double e);
89
90} // namespace NAV
double calcZWD_Saastamoinen(double T, double e)
Calculates the tropospheric zenith wet delay with the Saastamoinen model.
double calcZHD_Saastamoinen(const Eigen::Vector3d &lla_pos, double p)
Calculates the tropospheric zenith hydrostatic delay with the Saastamoinen model.