Patches and enhancements to file conversion
This minor release includes the following changes:
Bug fixes
- Fix bug in top level .nc output when combining multiple AZPF
.01Afiles - Correct time stamp for
.rawMRU data to be from the MRU datagram, instead of those from the RAW3 datagrams (although they are identical from the test files we have). - Remove unused parameter
sa_correctionfrom broadband.rawfiles - Make sure import statement works on Google colab
Enhancements
- Parse Simrad EK80 config XML correctly for data generated by WBAT and WBT Mini, and those involving the 2-in-1 "combi" transducer
- Parse Simrad
.rawfiles withNME1datagram, such as files generated by the Simrad EA640 echosounder - Handle missing or partially valid GPS data in
.rawfiles by padding with NaN - Handle missing MRU data in
.rawfiles by padding with NaN - Parse
.rawfilename with postfix beyond HHMMSS - Allow export EK80 XML configuration datagram as a separate XML file
Notes
To increase maintenance efficiency and code readability we are refactoring the convert and process modules. Some usage of these modules will change in the next major release.