53 const Eigen::Vector3d& lla_pos,
54 double elevation,
double azimuth,
Frequency definition for different satellite systems.
@ None
None.
Definition GlobalActions.hpp:19
double ionoErrorVar(double dpsr_I, Frequency freq, int8_t num)
Calculates the ionospheric error variance.
bool ComboIonosphereModel(const char *label, IonosphereModel &ionosphereModel)
Shows a ComboBox to select the ionosphere model.
double 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.
IonosphereModel
Available Ionosphere Models.
Definition Ionosphere.hpp:26
@ COUNT
Amount of items in the enum.
@ Klobuchar
Klobuchar model (GPS), also called Broadcast sometimes.
Ionospheric Correction data.
Frequency definition for different satellite systems.
Definition Frequency.hpp:59
Ionospheric Corrections.
Definition IonosphericCorrections.hpp:30