lkilcher / dolfyn

A library for oceanographic doppler instruments such as Acoustic Doppler Profilers (ADPs, ADCPs) and Acoustic Doppler Velocimeters (ADVs).
BSD 3-Clause "New" or "Revised" License
41 stars 25 forks source link

Nortek ADV missing timestamps #103

Closed jmcvey3 closed 2 years ago

jmcvey3 commented 2 years ago

Added missing timestamp code from Signature reader to Nortek reader

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 2625701667

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
dolfyn/rotate/signature.py 0 1 0.0%
dolfyn/rotate/vector.py 0 1 0.0%
dolfyn/io/nortek.py 8 11 72.73%
<!-- Total: 14 19 73.68% -->
Files with Coverage Reduction New Missed Lines %
dolfyn/adv/motion.py 1 89.26%
dolfyn/io/nortek.py 36 90.54%
<!-- Total: 37 -->
Totals Coverage Status
Change from base Build 2380980904: -0.03%
Covered Lines: 4656
Relevant Lines: 5135

💛 - Coveralls