0.3.0
Loading...
Searching...
No Matches
egm96Coeffs.hpp
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
12
13#pragma once
14
15#include <array>
16
17namespace NAV::internal
18{
19
21extern std::array<std::array<double, 6>, 65338> egm96Coeffs;
22
23} // namespace NAV::internal
EGM96 coefficients.
Definition GMFCoeffs.hpp:21
std::array< std::array< double, 6 >, 65338 > egm96Coeffs
EGM96 coefficients.