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

Detrend vs. demean? #68

Open lkilcher opened 2 years ago

lkilcher commented 2 years ago

In the process of reviewing #67, I've realized I use demean and detrend rather inconsistently (e.g., in calc_acov, calc_xcov vs. calc_tke and calc_stress) and without a clear rationale? It seems like we should clarify this a bit, and/or make it more consistent?