]> git.tdb.fi Git - ext/subsurface.git/commit
Remove redundant linear sample tank pressure data
authorDirk Hohndel <dirk@hohndel.org>
Sat, 19 Nov 2011 12:09:14 +0000 (07:09 -0500)
committerDirk Hohndel <dirk@hohndel.org>
Sat, 19 Nov 2011 20:12:11 +0000 (15:12 -0500)
commitb5abdd46f0dfedacc248c1d96737f96e65bb9ed1
treebd2239b9773af5775d17a5da98eadbdd734f4a21
parent9930e1ecadc5cf1990978c00772a09776791da26
Remove redundant linear sample tank pressure data

I've seen at least DivingLog do this. If you manually enter beginning and
end pressure for a tank it will either linearize the samples in between or
offer to simulate a dive (with constant SAC rate). At least the first case
is reasonably easy to detect. We throw out those samples and ensure that
we still have valid beginning and end pressure for that dive.

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