nlohmann::json json
json namespace
Definition FlowManager.hpp:21
@ None
None.
Definition GlobalActions.hpp:19
The class is responsible for all time-related tasks.
@ COUNT
Amount of items in the enum.
Pressure calculation formulas.
PressureModel
Available pressure Models.
Definition Pressure.hpp:21
Temperature calculation formulas.
TemperatureModel
Available temperature Models.
Definition Temperature.hpp:21
TroposphereModel
Available Troposphere delay models.
Definition Troposphere.hpp:40
@ Saastamoinen
Saastamoinen model.
bool ComboTroposphereModel(const char *label, TroposphereModelSelection &troposphereModelSelection, float width=0.0F)
Shows a ComboBox and button for advanced configuration to select the troposphere models.
MappingFunction
Available Mapping Functions.
Definition Troposphere.hpp:50
@ GMF
Global Mapping Function (GMF)
@ Cosecant
Cosecant of elevation.
@ VMF_GPT2
Vienna Mapping Function based on the GPT2 grid.
@ VMF_GPT3
Vienna Mapping Function based on the GPT3 grid.
ZenithDelay calcTroposphericDelayAndMapping(const InsTime &insTime, const Eigen::Vector3d &lla_pos, double elevation, double azimuth, const TroposphereModelSelection &troposphereModels)
Calculates the tropospheric zenith hydrostatic and wet delays and corresponding mapping factors.
double tropoErrorVar(double dpsr_T, double elevation)
Calculates the tropospheric error variance.
Gridded Vienna Mapping Function.
WaterVaporModel
Available Water vapor Models.
Definition WaterVapor.hpp:21
Zenith hydrostatic and wet delay.
The class is responsible for all time-related tasks.
Definition InsTime.hpp:667
Atmospheric model selection for temperature, pressure and water vapor.
Definition Troposphere.hpp:32
TemperatureModel temperatureModel
Temperature model.
Definition Troposphere.hpp:34
PressureModel pressureModel
Pressure model.
Definition Troposphere.hpp:33
WaterVaporModel waterVaporModel
WaterVapor model.
Definition Troposphere.hpp:35
Collection of troposphere model selections.
Definition Troposphere.hpp:61
std::pair< MappingFunction, AtmosphereModels > zwdMappingFunction
Mapping function ZWD, atmosphere models.
Definition Troposphere.hpp:70
std::pair< TroposphereModel, AtmosphereModels > zwdModel
Troposphere ZWD model, atmosphere models.
Definition Troposphere.hpp:65
std::pair< TroposphereModel, AtmosphereModels > zhdModel
Troposphere ZHD model, atmosphere models.
Definition Troposphere.hpp:63
std::pair< MappingFunction, AtmosphereModels > zhdMappingFunction
Mapping function ZHD, atmosphere models.
Definition Troposphere.hpp:68
Zenith delays and mapping factors.
Definition ZenithDelay.hpp:21