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 ADCP data from a specific ensemble to another #48

Closed mthiebau closed 5 years ago

mthiebau commented 5 years ago

My concern is not actually a dolfyn issue.

I'm wandering if there is any way to just read ADCP data with dlfn.read from a specific ensemble to another. Is that possible? I just need some specific periods that I previously identified with WinADCP. Reading the entire raw data file takes time and it is not useful for what I want to do.

Thanks

lkilcher commented 5 years ago

Hi @mthiebau yes, this is possible. Use the nens input argument to dolfyn.read.

Did you close this because you figured this out for yourself, or?