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

Clean up `adp/clean.py` #33

Closed lkilcher closed 2 years ago

lkilcher commented 5 years ago

Most of the functions in here are no longer compatible with the latest dolfyn data format. For example, these functions often loop over .u, .v, .w, but in reality it should just operate on ['vel'].

jmcvey3 commented 2 years ago

Closed with v1.0.0