0.4.1
Loading...
Searching...
No Matches
egm96Coeffs.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
9/// @brief EGM96 coefficients
10/// @author M. Maier (maier@ins.uni-stuttgart.de)
11/// @author T. Topp (topp@ins.uni-stuttgart.de)
12
13#pragma once
14
15#include <array>
16
17namespace NAV::internal
18{
19
20/// @brief EGM96 coefficients
21extern std::array<std::array<double, 6>, 65338> egm96Coeffs;
22
23} // namespace NAV::internal
EGM96 coefficients.
Definition GMF.cpp:20
std::array< std::array< double, 6 >, 65338 > egm96Coeffs
EGM96 coefficients.