]> git.tdb.fi Git - ext/subsurface.git/commit
Exclude surface intervals from sac rate calculation
authorDirk Hohndel <dirk@hohndel.org>
Mon, 21 Nov 2011 21:23:13 +0000 (13:23 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Mon, 21 Nov 2011 21:23:13 +0000 (13:23 -0800)
commitb57748499879a1fe3a9af8250de8c5d29ba82b3c
treeac9869a267fc8f091429b7676345576c752d40c7
parent0d1f8f9a5db6f3433d8deb6cdab7ffa3ebc10a87
Exclude surface intervals from sac rate calculation

We assume every sample with a depth of less than 10cm to be on the
surface.

This does not impact our interpolated pressures (one could assume that the
diver is not breathing from the regulator when on the surface - but
without air integration that's just an assumption).

It also doesn't change our tank pressure coloring by sac rate as that
always uses the momentary sac rate. Technically speaking this might impact
the actual colors printed (as those are relative to the total sac on the
dive which may go up due to this change).

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