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
42 stars 25 forks source link

Read Signature BT and Echo data #63

Closed lkilcher closed 4 years ago

lkilcher commented 4 years ago

Support for reading bottom-track (BT) and Echo pings from Nortek Signature data files (.ad2cp).

codecov[bot] commented 4 years ago

Codecov Report

Merging #63 into master will increase coverage by 0.4%. The diff coverage is 86.29%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #63     +/-   ##
=========================================
+ Coverage   45.31%   45.71%   +0.4%     
=========================================
  Files          61       61             
  Lines        7132     7207     +75     
=========================================
+ Hits         3232     3295     +63     
- Misses       3900     3912     +12
Impacted Files Coverage Δ
dolfyn/rotate/main.py 84.44% <ø> (ø) :arrow_up:
dolfyn/rotate/base.py 83.01% <100%> (+0.16%) :arrow_up:
dolfyn/test/test_rotate_adp.py 82.52% <75%> (-0.31%) :arrow_down:
dolfyn/io/nortek2lib.py 82.82% <75%> (-1.32%) :arrow_down:
dolfyn/test/test_read_adp.py 81.42% <93.33%> (-0.11%) :arrow_down:
dolfyn/io/nortek2_defs.py 94.15% <93.93%> (-0.46%) :arrow_down:
dolfyn/io/nortek2.py 83.54% <95%> (+0.04%) :arrow_up:
dolfyn/data/time.py 27.2% <0%> (+0.8%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6de8d1c...a2effa3. Read the comment docs.