]> git.tdb.fi Git - ext/subsurface.git/commit
Start analyzing depth profile: smoothing and time-based min/max/avg
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Sep 2011 15:33:02 +0000 (08:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Sep 2011 16:26:54 +0000 (09:26 -0700)
commit2d9ac73e380ea0863119ddca4c72ea4d96327465
tree8a0024475723251f1d98d479ccc129aabdad3762
parent30d228f104b5f1eb2c8354460b19e0b367d899ee
Start analyzing depth profile: smoothing and time-based min/max/avg

This turns the depth profile into a generic "plot_info" and calculates
minima, maxima and averages over 1-, 2- and 3-minute intervals for each
point.  It also creates a smoothed version.

We currently don't actually show the results, but that's the next step..

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
profile.c