]> git.tdb.fi Git - ext/subsurface.git/commit
Calculate OTUs for every dive
authorDirk Hohndel <dirk@hohndel.org>
Thu, 22 Sep 2011 20:45:53 +0000 (13:45 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Thu, 22 Sep 2011 23:26:38 +0000 (16:26 -0700)
commita93641b7222e767d6a3a1be598cd8099d8517059
treefc6893f49513b99d221f2e0fc23f46a58c743dd7
parent15463fdeb26ed1b5fdff62e4721a6dbbc507cefc
Calculate OTUs for every dive

The calculation assumes that the cylinderindex in each sample tells us
which PO2 the dive was breathing at that time. This needs to be verified
with dives where there is an actual gas switch.

No idea where to display them, yet. Far fewer people will care about this
than care about SAC - does this still rate a spot in the dive_list?
I guess I could make it part of the dive_info - but it's not editable.
It doesn't seem to fit with the equipment page (even though this is the
one editable field that is related - nitrox %)

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