18#include <fmt/format.h>
55 const Eigen::Vector3d& lla_pos,
56 double elevation,
double azimuth,
73struct fmt::formatter<NAV::IonosphereModel> : fmt::formatter<std::string>
79 template<
typename FormatContext>
82 return fmt::formatter<std::string>::format(NAV::to_string(data), ctx);
Frequency definition for different satellite systems.
@ None
None.
Definition GlobalActions.hpp:21
IonosphereModel
Available Ionosphere Models.
Definition Ionosphere.hpp:28
@ COUNT
Amount of items in the enum.
@ Klobuchar
Klobuchar model (GPS), also called Broadcast sometimes.
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.
Ionospheric Correction data.
Frequency definition for different satellite systems.
Definition Frequency.hpp:59
Ionospheric Corrections.
Definition IonosphericCorrections.hpp:31