0.2.0
Loading...
Searching...
No Matches
GMFCoeffs.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 <array>
19
20namespace NAV::internal::GMF
21{
22
24extern std::array<double, 55> ah_mean;
26extern std::array<double, 55> bh_mean;
28extern std::array<double, 55> ah_amp;
30extern std::array<double, 55> bh_amp;
31
33extern std::array<double, 55> aw_mean;
35extern std::array<double, 55> bw_mean;
37extern std::array<double, 55> aw_amp;
39extern std::array<double, 55> bw_amp;
40
41} // namespace NAV::internal::GMF