]> git.tdb.fi Git - ext/subsurface.git/commit
Distinguish internally between min pressure and end pressure
authorDirk Hohndel <dirk@hohndel.org>
Fri, 30 Sep 2011 13:49:24 +0000 (06:49 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 30 Sep 2011 13:49:24 +0000 (06:49 -0700)
commitc487ea055d5512c7f6cc1e72e527a1ad912cbcd1
tree6acf65d85dbabcb5d42bd32caffd23be11ea7d56
parentab3c6731bea1043e35d450b227fc2f41e137c397
Distinguish internally between min pressure and end pressure

And don't artificially end dives on min pressure

This may be a problem for dive computers like Linus' Suunto Vyper Air
where the failure mode seems to be _high_ pressure readings (that's scary,
btw). If the transmitter fails at the end of the dive the pressure plot
ends with incorrect high pressure. But that's simply a bug with the dive
computer and not something that subsurface should hack around. Maybe we
should offer a way to edit the incorrect data points instead.

Always ending on the minimum pressure is definitely wrong as it causes
bogus plots when you do a valve shutdown during the dive (which means that
valid data gets plotted incorrectly).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
profile.c