0.2.0
Loading...
Searching...
No Matches
Cosecant.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
13
14
#pragma once
15
16
namespace
NAV
17
{
18
22
double
calcTropoMapFunc_cosecant
(
double
elevation);
23
27
double
calcTropoMapFunc_secant
(
double
zenithDistance);
28
29
}
// namespace NAV
NAV::calcTropoMapFunc_secant
double calcTropoMapFunc_secant(double zenithDistance)
Calculates the mapping factor as cosecant of the elevation (= secant of the zenith distance)
NAV::calcTropoMapFunc_cosecant
double calcTropoMapFunc_cosecant(double elevation)
Calculates the mapping factor as cosecant of the elevation.
src
Navigation
Atmosphere
Troposphere
MappingFunctions
Cosecant.hpp
Generated by
1.10.0