]> git.tdb.fi Git - ext/subsurface.git/commit
Plot pressure data based on 'struct plot_info' rather than raw dive data
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2011 16:10:13 +0000 (09:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2011 16:10:13 +0000 (09:10 -0700)
commit82f143d2299fbe918cc24a6ea661cb3d8c8df6c4
treeaebb3f6536d32b8e1c2e5872717e282c202611c2
parent7c5c9e202408bf4ec86c84826ebc7b2ba0d00c2d
Plot pressure data based on 'struct plot_info' rather than raw dive data

Further movement to using the sanitized and cleaned-up plot info rather
than the raw data.

The raw dive data contains samples from the end of the dive that we
don't want to drop, but that we also don't want to actually use for
plotting the dive.  So the eventual end goal here is to not ever use the
raw dive samples directly for plotting, but use the diveplot data that
we have analyzed for min/max (properly ignoring final entries) etc.

There's still some data that we take from the samples when plotting, but
it's getting rarer.

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