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

Move stress functions to ADVBinner #107

Closed jmcvey3 closed 2 years ago

jmcvey3 commented 2 years ago

Removes ability to run calc_stress and calc_tke on ADCP data in 'inst' and 'earth' coordinates, though the latter can still be run for data from a single ADCP beam. These functions are focused towards ADV analysis, and functions to calculate Reynolds stresses on ADCP along-beam velocity are in the works.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2981187892

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/velocity.py 131 134 97.76%
dolfyn/adv/turbulence.py 33 37 89.19%
dolfyn/binned.py 34 38 89.47%
<!-- Total: 202 213 94.84% -->
Totals Coverage Status
Change from base Build 2920771093: 0.1%
Covered Lines: 4653
Relevant Lines: 5134

💛 - Coveralls