From 93eeb03d67baac26da4153a163bf35567b106524 Mon Sep 17 00:00:00 2001 From: Jan Schubert Date: Mon, 4 Mar 2013 00:56:52 +0100 Subject: [PATCH] Extending user manual Adding UDDF support for DR5, kenozooid and in general, fixed some things, updated to 3.0.2 Signed-off-by: Jan Schubert Signed-off-by: Dirk Hohndel --- Documentation/user-manual.txt | 52 ++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 13 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index c780fa830..998bd67fb 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1,10 +1,10 @@ Subsurface 3.0.1 User Manual ============================ -:author: Jacco_van_Koll,_Dirk_Hohndel,_Reinout_Hoornweg,_Linus_Torvalds,_Miika_Turkia_and_Amit_Chaudhuri +:author: Jacco_van_Koll,_Dirk_Hohndel,_Reinout_Hoornweg,_Linus_Torvalds,_Miika_Turkia,_Amit_Chaudhuri,_Jan_Schubert :revnumber: v3.0.0 -:revdate: February 2013 -:revnumber: v3.0.1 -:revdate: February 2013 +:revdate: March 2013 +:revnumber: v3.0.2 +:revdate: March 2013 :toc: :icons: :numbered: @@ -369,14 +369,8 @@ this, but it is reported to be solved sometimes by one of these steps: * switch to different bluetooth drivers for your hardware * switch off WiFi while using Bluetooth -Computers reportet to work fine: - - * Lenovo T410 running Arch Linux, kernel 3.7.x - * MacBookPro Retina running Ubuntu 13.04, Kernel 3.8.0 - hint: use bmcl drivers instead of b43, try to disable WiFi - -Please report issues or working environments to on -http://trac.hohndel.org[our bugtracker] or send email to +Please report issues and nonworking environments at +http://trac.hohndel.org[our bugtracker] or send an email to mailto:subsurface@hohndel.org[our mailing list]. [[S_ViewingLogs]] @@ -850,7 +844,7 @@ JDiveLog (see < subsurface MyDives.xml --import yourUserName.DLD -[[S_ImporintgDivinglog]] +[[S_ImportingDivinglog]] Importing Dives from DivingLog 5.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -869,6 +863,38 @@ button). Then do the following: This file can now be opened in Subsurface (as described in the previous sections). +[[S_Importingkenozooid]] +Importing Dives from kenozooid +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +kenozooid is using UDDF to store dives and is tested to work togehter with Subsurface. +Make sure you are not using compressed files when importing to Subsurface + or uncompress them manually before). + +[[S_ImportingDR5]] +Importing Dives from DR5 +~~~~~~~~~~~~~~~~~~~~~~~~ + +The Heinrichs Weikamp DR5 will save a single UDDF file for every dive which is available +through the filesystem when mounted as USB drive. Mark all the dives you'd like to +import or open, Subsurface is tested to work with DR5. +Note: The DR5 does not seem to store gradient factors nor deco information, so for +Subsurface it is not possible to display them. Use the inbuild deco overlay in Subsurface +to get deco displayed but please note that the deco calculated by Subsurface +will most likely differ from the one display at the DR5. Adjust the gradient +factors in the Tec Settings in Subsurface. + +[[S_ImportingUDDF]] +Importing UDDF Dives +~~~~~~~~~~~~~~~~~~~~ + +Subsurface is supporting UDDF as import format in general. It may happen that +single attributes inside your file will not get processed properly. + +Please report your findings for UDDF data from different sources than descibed +in this document at http://trac.hohndel.org[our bugtracker] or send an email to +mailto:subsurface@hohndel.org[our mailing list]. + [[S_DivePlanning]] Planning Dives --------------