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

Go to the source code of this file.

Namespaces

namespace  NAV
 

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.