summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-16 09:10:13 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-16 09:10:13 -0700
commit82f143d2299fbe918cc24a6ea661cb3d8c8df6c4 (patch)
treeaebb3f6536d32b8e1c2e5872717e282c202611c2 /dive.c
parent7c5c9e202408bf4ec86c84826ebc7b2ba0d00c2d (diff)
downloadsubsurface-82f143d2299fbe918cc24a6ea661cb3d8c8df6c4.tar.gz
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>
Diffstat (limited to 'dive.c')
0 files changed, 0 insertions, 0 deletions