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

Created tools.py #11

Closed lillieogden closed 7 years ago

lillieogden commented 7 years ago

created crop_tools branch

lkilcher commented 7 years ago

Yes, that probably makes sense.

On Fri, Mar 3, 2017 at 10:08 AM, lillieogden notifications@github.com wrote:

@lillieogden commented on this pull request.

In dolfyn/adv/tools.py https://github.com/lkilcher/dolfyn/pull/11#discussion_r104198506:

@@ -0,0 +1,34 @@ +import dolfyn.adv.turbulence as turb +import numpy as np + + +def t_set(advr, n_bin, n_fft=None):

  • note, can get more accurate t_range by reducing the bin size

Should I just delete this file and the crop tools branch?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lkilcher/dolfyn/pull/11#discussion_r104198506, or mute the thread https://github.com/notifications/unsubscribe-auth/ACKwUTYXb-7cT7tsJMVDHM3T6EF2xIe5ks5riEkdgaJpZM4L1m9v .

-- Levi Kilcher


"The whole problem with the world is that fools and fanatics are always so
certain of themselves, and wiser people so full of doubts." - Bertrand
Russell