19#include "Navigation/Transformations/Units.hpp"
50 for (
auto& snr : m.second.first)
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Frequency definition for different satellite systems.
Frequency definition for different satellite systems.
Definition Frequency.hpp:59
static constexpr std::array< Frequency, 27 > GetAll()
Returns a list with all possible frequencies.
Definition Frequency.hpp:183
Signal to Noise Ratio Mask.
Definition SNRMask.hpp:26
friend void from_json(const json &j, SNRMask &obj)
Converts the provided json object into a node object.
bool checkSNRMask(Frequency freq, double elevation, double SNR) const
Checks wether the SNR values passes the SNR mask.
friend void to_json(json &j, const SNRMask &obj)
Converts the provided object into json.
bool ShowGuiWidgets(const char *label=nullptr)
Shows a button to select the SNR Mask.
std::pair< std::array< double, elevations.size()>, bool > allOverride
Values when changed override all others.
Definition SNRMask.hpp:73
SNRMask()
Default Constructor.
static constexpr std::array< double, 10 > elevations
Elevations [rad]. Checks to smaller or equal than the value.
Definition SNRMask.hpp:59
std::array< std::pair< Frequency, std::pair< std::array< double, elevations.size()>, bool > >, Frequency::GetAll().size()> mask
Masks for all frequencies and SNR [dbHz] values + lock together boolean.
Definition SNRMask.hpp:76
void disable()
Disables the SNR mask by setting all values to 0.
Definition SNRMask.hpp:46
bool isInactive() const
Checks wether all SNR values are 0.