0.3.0
Loading...
Searching...
No Matches
NiellMappingFunction.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
15
16#pragma once
17
18#include <Eigen/Core>
20
21namespace NAV
22{
23
29double calcTropoMapFunc_NMFH(const InsTime& epoch, const Eigen::Vector3d& lla_pos, double elevation);
30
35double calcTropoMapFunc_NMFW(const Eigen::Vector3d& lla_pos, double elevation);
36
37} // namespace NAV
The class is responsible for all time-related tasks.
double calcTropoMapFunc_NMFH(const InsTime &epoch, const Eigen::Vector3d &lla_pos, double elevation)
Calculates the Niell Mapping Function (NMF) for the hydrostatic delay.
double calcTropoMapFunc_NMFW(const Eigen::Vector3d &lla_pos, double elevation)
Calculates the Niell Mapping Function (NMF) for the wet delay.
The class is responsible for all time-related tasks.
Definition InsTime.hpp:668