blob: 51939e707ab297ac7dc2ff486b50592a3fb5193b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<divelog program='subsurface' version='2'>
<settings>
</settings>
<dives>
<dive number='1' date='2013-02-24' time='09:26:04' duration='25:00 min'>
<location>SAC test dive 1</location>
<notes>SAC should be 20l/min (0.7063 cuft/min)
We have exactly 100 ATM of gas in a 10l cylinder, average 10m for 25min</notes>
<cylinder size='10.0 l' description='10l' start='202.6 bar' end='101.3 bar' />
<divecomputer>
<depth max='10.0 m' mean='10.0 m' />
<sample time='0:00 min' depth='10.0 m' />
<sample time='5:00 min' depth='10.0 m' />
<sample time='10:00 min' depth='10.0 m' />
<sample time='15:00 min' depth='10.0 m' />
<sample time='20:00 min' depth='10.0 m' />
<sample time='25:00 min' depth='10.0 m' />
</divecomputer>
</dive>
<dive number='2' date='2013-02-24' time='10:26:04' duration='25:00 min'>
<location>SAC test dive 2</location>
<notes>SAC should be 20l/min (0.7063 cuft/min)
We have exactly 100 ATM of gas in a 10l cylinder, average 10m for 25min</notes>
<cylinder size='10.0 l' description='10l' start='202.6 bar' end='101.3 bar' />
<divecomputer>
<depth max='20.0 m' mean='10.0 m' />
<sample time='0:00 min' depth='0.0 m' />
<sample time='12:30 min' depth='20.0 m' />
<sample time='25:00 min' depth='0.0 m' />
</divecomputer>
</dive>
<dive number='3' date='2013-02-24' time='11:26:04' duration='25:00 min'>
<location>SAC test dive 3</location>
<notes>SAC should be 20l/min (0.7063 cuft/min)
We have exactly 100 ATM of gas in 15l of cylinder, average 20m for 25min</notes>
<cylinder size='10.0 l' description='10l' start='202.6 bar' end='101.3 bar' />
<cylinder size='5.0 l' description='10l' o2='22.0%' start='202.6 bar' end='101.3 bar' />
<divecomputer>
<depth max='40.0 m' mean='20.0 m' />
<event time='17:00 min' type='25' value='22' name='gaschange' />
<sample time='0:00 min' depth='0.0 m' />
<sample time='5:00 min' depth='20.0 m' />
<sample time='10:00 min' depth='40.0 m' />
<sample time='15:00 min' depth='0.0 m' />
<sample time='20:00 min' depth='40.0 m' />
<sample time='25:00 min' depth='0.0 m' />
</divecomputer>
</dive>
<dive number='4' date='2013-02-24' time='12:26:04' duration='30:00 min'>
<location>SAC test dive 4</location>
<notes>SAC should be 20l/min (0.7063 cuft/min)
This adds a 5-minute surface time to the middle of the dive.
We have exactly 100 ATM of gas in 15l of cylinder, average 20m for 25min</notes>
<cylinder size='10.0 l' description='10l' start='202.6 bar' end='101.3 bar' />
<cylinder size='5.0 l' description='10l' o2='22.0%' start='202.6 bar' end='101.3 bar' />
<divecomputer>
<depth max='40.0 m' mean='16.666 m' />
<event time='22:00 min' type='25' value='22' name='gaschange' />
<sample time='0:00 min' depth='0.0 m' />
<sample time='5:00 min' depth='20.0 m' />
<sample time='10:00 min' depth='40.0 m' />
<sample time='15:00 min' depth='0.0 m' />
<sample time='20:00 min' depth='0.0 m' />
<sample time='25:00 min' depth='40.0 m' />
<sample time='30:00 min' depth='0.0 m' />
</divecomputer>
</dive>
<dive number='5' date='2013-02-24' time='13:26:04' duration='25:00 min'>
<location>SAC test dive 5</location>
<notes>SAC should be 20l/min (0.7063 cuft/min)
This verifies that it works without any sample data too.
We have exactly 100 ATM of gas in 15l of cylinder, average 20m for 25min</notes>
<cylinder size='10.0 l' description='10l' start='202.6 bar' end='101.3 bar' />
<divecomputer>
<depth max='13.5 m' mean='10.0 m' />
</divecomputer>
</dive>
</dives>
</divelog>
|