mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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 aa0cd792bb
for the fix.
Signed-off-by: Jan Mulder <jlmulder@planet.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
36ba353450
commit
a636e4f2c1
1 changed files with 37 additions and 0 deletions
37
dives/test32.xml
Normal file
37
dives/test32.xml
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue