mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
f12f9ae8c3
If no average depth is known the current fake profile behavior is rather unintuitive (we make up an average depth). Instead we should assume that this is a PADI style dive log and give the user a "rectangular" profile (actually, it's a trapecoid as we at least try to enforce a sane ascent / descent speed). If the dive is somewhat longer or deeper (10 min / 10 m) we even add a 3m safety stop at 5m. Added a new dives/test0b that tries to capture the typical cases to test this. Fixes #398 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
6 lines
197 B
XML
6 lines
197 B
XML
<dives>
|
|
<program name='subsurface' version='1'></program>
|
|
<dive number='0' date='2011-01-01' time='07:00:00' duration='30:00 min'>
|
|
<depth max='30.00 m' mean='15.00 m' />
|
|
</dive>
|
|
</dives>
|