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
17
namespace
NAV::internal
18
{
19
20
/// @brief EGM96 coefficients
21
extern
std::array<std::array<double, 6>, 65338>
egm96Coeffs
;
22
23
}
// namespace NAV::internal
NAV::internal
EGM96 coefficients.
Definition
GMF.cpp:20
NAV::internal::egm96Coeffs
std::array< std::array< double, 6 >, 65338 > egm96Coeffs
EGM96 coefficients.
Definition
egm96Coeffs.cpp:21
src
Navigation
Gravity
internal
egm96Coeffs.hpp
Generated by
1.13.2