-
Notifications
You must be signed in to change notification settings - Fork 7
I/O improvements #42
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
base: master
Are you sure you want to change the base?
I/O improvements #42
Conversation
"number_of_configurations" instead of "number_of_files", make station_active uint8 |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #42 +/- ##
==========================================
- Coverage 78.12% 75.80% -2.32%
==========================================
Files 13 14 +1
Lines 1865 2013 +148
==========================================
+ Hits 1457 1526 +69
- Misses 408 487 +79 ☔ View full report in Codecov by Sentry. |
the way that I'm calculating station_power_ratio is probably wrong, but I couldn't find any docs on how to do it properly... |
Station data tables produced by lma_analysis versions (at least) 10.14.9R and 10.14.5R have one extra header than they do data. dec_win(us) doesn't seem to actually be included in the table. reading these files in to XLMA works okay because |
Oklahoma and Houston LMA info tables report board revision 52 for all their antennas, but West Texas LMA antennas are revision 3? we're using some really old hardware here.... or something else strange is happening.. interestingly, 3 is the same value as the next column, |
…into io-improv
Better station identification across multiple files (and hopefully, networks, in a few commits...)