mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:53:23 +00:00
[PATCH] Adding screen captures of dive planning
[Dirk Hohndel: removed the images folder from the Documentation directory Makefile clean target] Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
17638aa7b0
commit
8facc61e8f
4 changed files with 10 additions and 3 deletions
|
@ -25,4 +25,3 @@ show: $(HTMLDOC)
|
|||
|
||||
clean:
|
||||
rm -f *~ docbook-xsl.css $(HTMLDOC) $(addprefix $(DOCNAME).,pdf text)
|
||||
rm -fr images
|
||||
|
|
BIN
Documentation/images/dive_planning.png
Normal file
BIN
Documentation/images/dive_planning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
Documentation/images/planned_dive.png
Normal file
BIN
Documentation/images/planned_dive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -586,8 +586,12 @@ of testing: +
|
|||
**WE STRONGLY RECOMMEND NOT TO PLAN DIVES SIMPLY BASED ON THE
|
||||
RESULTS GIVEN HERE.**
|
||||
|
||||
When you start the planner, a dialog appears. In order to plan a dive
|
||||
some basic information needs to be entered:
|
||||
When you start the planner, a dialog appears as shown in the following
|
||||
screen capture:
|
||||
|
||||
image::images/dive_planning.png["Dive Planning",align="center"]
|
||||
|
||||
In order to plan a dive some basic information needs to be entered:
|
||||
|
||||
- planned start time of the dive
|
||||
- air consumption
|
||||
|
@ -675,6 +679,10 @@ The dive we defined earlier will present itself like this:
|
|||
The final segment to 0m with a sane ascent rate is automatically added.
|
||||
<5> The planner tries to estimate the needed amount of gas based on the plan and SAC
|
||||
|
||||
Following image shows the resulting profile along with a glimpse of the
|
||||
aforementioned dive plan:
|
||||
|
||||
image::images/planned_dive.png["Planned Dive",align="center"]
|
||||
|
||||
[[S_Webservice,Web Service and Companion App]]
|
||||
Web Service and Companion App
|
||||
|
|
Loading…
Add table
Reference in a new issue