diff options
author | Jan Mulder <jlmulder@planet.nl> | 2014-03-15 22:30:02 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-15 15:01:08 -0700 |
commit | a636e4f2c1715500ca4947229dd963802924b5b2 (patch) | |
tree | 1375f029118353262ae8380f42df23c826881fb2 /dives | |
parent | 36ba353450b9df1b4d75aa6a4deef8fb10400f1a (diff) | |
download | subsurface-a636e4f2c1715500ca4947229dd963802924b5b2.tar.gz |
Add test dive to show erroneous pp graphs
Add simple test dive to show the erroneous pp graph in case of
multiple periods of high p02. See commit aa0cd792bbe3e for the fix.
Signed-off-by: Jan Mulder <jlmulder@planet.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives')
-rw-r--r-- | dives/test32.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dives/test32.xml b/dives/test32.xml new file mode 100644 index 000000000..d3839f9aa --- /dev/null +++ b/dives/test32.xml @@ -0,0 +1,37 @@ +<divelog program='subsurface' version='2'> +<settings> +<divecomputerid model='Reefnet Sensus Ultra' deviceid='fbad0400' nickname='Sensus'/> +</settings> +<dives> +<dive number='1' date='2014-03-15' time='21:44:06' duration='52:20 min'> + <location>At Home</location> + <notes>Simple test dive to show the pp graph (in this case O2 only) being drawn incorrectly due to multiple gas switches to a hyperoxic gas (thus triggering the pO2 threshold setting). + +Fixed in commit aa0cd792bbe3e5c2dbaaaaff77688f4ee96c694c</notes> + <cylinder size='24.0 l' workpressure='232.0 bar' description='D12 232 bar' o2='32.0%' /> + <cylinder size='5.547 l' workpressure='206.843 bar' description='AL40' o2='100.0%' /> + <divecomputer model='manually added dive'> + <depth max='15.0 m' mean='9.908 m' /> + <event time='12:00 min' type='25' value='100' name='gaschange' /> + <event time='19:00 min' type='25' value='32' name='gaschange' /> + <event time='38:00 min' type='25' value='100' name='gaschange' /> + <sample time='0:00 min' depth='0.0 m' /> + <sample time='1:00 min' depth='15.0 m' /> + <sample time='4:00 min' depth='15.0 m' /> + <sample time='9:00 min' depth='7.0 m' /> + <sample time='12:00 min' depth='7.0 m' /> + <sample time='19:00 min' depth='15.0 m' /> + <sample time='24:00 min' depth='15.0 m' /> + <sample time='29:00 min' depth='15.0 m' /> + <sample time='34:00 min' depth='7.0 m' /> + <sample time='38:00 min' depth='5.0 m' /> + <sample time='41:00 min' depth='7.0 m' /> + <sample time='44:00 min' depth='9.0 m' /> + <sample time='46:00 min' depth='5.0 m' /> + <sample time='48:00 min' depth='4.0 m' /> + <sample time='51:00 min' depth='6.0 m' /> + <sample time='52:20 min' depth='0.0 m' /> + </divecomputer> +</dive> +</dives> +</divelog> |