0.4.1
Loading...
Searching...
No Matches
Ionosphere.hpp File Reference

Ionosphere Models. More...

Go to the source code of this file.

Namespaces

namespace  NAV
 

Enumerations

enum class  NAV::IonosphereModel : uint8_t {
  NAV::None ,
  NAV::Klobuchar ,
  NAV::COUNT
}
 Available Ionosphere Models. More...
 

Functions

double NAV::calcIonosphericDelay (double tow, Frequency freq, int8_t freqNum, const Eigen::Vector3d &lla_pos, double elevation, double azimuth, IonosphereModel ionosphereModel=IonosphereModel::None, const IonosphericCorrections *corrections=nullptr)
 Calculates the ionospheric delay.
 
bool NAV::ComboIonosphereModel (const char *label, IonosphereModel &ionosphereModel)
 Shows a ComboBox to select the ionosphere model.
 
double NAV::ionoErrorVar (double dpsr_I, Frequency freq, int8_t num)
 Calculates the ionospheric error variance.
 
const char * NAV::to_string (IonosphereModel ionosphereModel)
 Converts the enum to a string.
 

Detailed Description

Ionosphere Models.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2022-05-26

Definition in file Ionosphere.hpp.