mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Adding interface to radar data, correcting scaling
This commit is contained in:
parent
63c0034b64
commit
3a3843c280
4 changed files with 46 additions and 5 deletions
|
|
@ -88,8 +88,11 @@ public:
|
|||
|
||||
uint16_t number_of_data_moment_gates() const;
|
||||
float data_moment_range() const;
|
||||
uint16_t data_moment_range_raw() const;
|
||||
float data_moment_range_sample_interval() const;
|
||||
uint16_t data_moment_range_sample_interval_raw() const;
|
||||
float snr_threshold() const;
|
||||
int16_t snr_threshold_raw() const;
|
||||
uint8_t data_word_size() const;
|
||||
float scale() const;
|
||||
float offset() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue