-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing, mandatory Beam_groupX
variables
#1103
Add missing, mandatory Beam_groupX
variables
#1103
Conversation
…tive_processing, as scalars
…dant (for EK60/80) range_sample_offset
Codecov Report
@@ Coverage Diff @@
## dev #1103 +/- ##
==========================================
- Coverage 78.14% 75.06% -3.08%
==========================================
Files 65 23 -42
Lines 6232 3393 -2839
==========================================
- Hits 4870 2547 -2323
+ Misses 1362 846 -516
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 48 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emiliom : Thanks, looks good! I only have one question about the coding:
"beam_stabilisation": np.byte,
"non_quantitative_processing": np.int16,
Since they are both scalar and take 0 or 1 values, why is one np.byte
and np.int16
?
Thanks!
|
Thanks! Merging, based on our side conversation. |
Addresses #1097. Adds mandatory variables
beam_stabilisation
, as a scalarnon_quantitative_processing
, as a scalarsample_time_offset
: Will replacerange_sample_offset
, at least for EK60 & EK80. See Add missing convention mandatoryBeam_groupX
variables to all instruments #1097 (comment), and note that this change revisits issue Add some variables not currently stored from ping-by-ping data #951