]> git.tdb.fi Git - ext/subsurface.git/commit
Improved depth info for dives without samples
authorMikko Rasa <tdb@tdb.fi>
Sun, 29 Jul 2012 09:52:51 +0000 (12:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 31 Jul 2012 18:12:19 +0000 (21:12 +0300)
commita5e822a4d6f742afe2b4b2e6a856af3063b5ffe1
tree2d58dcaaf99b6ef21840b7d84f1f6879a47a2ce6
parent618a20ba5f2a9adc0e5a35117535f8eaa9fd34a4
Improved depth info for dives without samples

This calculates a mean depth for the dive with a fixed ascent/descent
rate and an assumption that all of the bottom time is at the maximum
depth.  It's not much, but it allows some derived values such as SAC to
make more sense.

The depth profile for such dives is now also generated with the same
assumptions instead of putting the samples at fixed percentages of the
dive duration.

Signed-off-by: Mikko Rasa <tdb@tdb.fi>
dive.c
profile.c