Git commit b620eb49099b2fd85fcbaada70146bc5a40a9e05 by Yuri Chornoivan.
Committed on 28/08/2020 at 05:51.
Pushed by yurchor into branch 'master'.

Add some formatting

M  +12   -4    doc/ekos-analyze.docbook

https://invent.kde.org/education/kstars/commit/b620eb49099b2fd85fcbaada70146bc5a40a9e05

diff --git a/doc/ekos-analyze.docbook b/doc/ekos-analyze.docbook
index 58382c909..45d201699 100644
--- a/doc/ekos-analyze.docbook
+++ b/doc/ekos-analyze.docbook
@@ -21,22 +21,30 @@
     <sect3 id="analyze-Introduction">
         <title>Introduction</title>
         <para>
-          The Analyze Module records and displays what happened in an imaging 
session. That is, it does not control any if your imaging, but rather reviews 
what occurred. Sessions are stored in an <guilabel>analyze</guilabel> folder, a 
sister folder to the main logging folder. The .analyze files written there can 
be loaded into the Analyze tab to be viewed. Analyze also can display data from 
the current imaging session.
+            The Analyze Module records and displays what happened in an 
imaging session. That is, it does not control any if your imaging, but rather 
reviews what occurred. Sessions are stored in an <filename 
class="directory">analyze</filename> folder, a sister folder to the main 
logging folder. The <filename>.analyze</filename> files written there can be 
loaded into the <guilabel>Analyze</guilabel> tab to be viewed. 
<guilabel>Analyze</guilabel> also can display data from the current imaging 
session.
         </para>
         <para>
-          There are two main graphs, Timeline and Stats. They are 
coordinated--they always display the same time interval from the Ekos session, 
though the x-axis of the Timeline shows seconds elapsed from the start of the 
log, and Stats shows clock time. The x-axis can be zoomed in and out with the 
+/- button, mouse wheel, as well as with standard keyboard shortcuts (e.g. 
zoom-in == control +) The x-axis can be panned with the scroll bar as well as 
with the left and right arrow keys. You can view your current imaging session, 
or review old sessions by loading .analyze files using the 
<guilabel>Input</guilabel> dropdown. Checking <guilabel>Full Width</guilabel> 
displays all the data, and <guilabel>Latest</guilabel> displays the most recent 
data (you can control the width by zooming).
+            There are two main graphs, <guilabel>Timeline</guilabel> and 
<guilabel>Stats</guilabel>. They are coordinated&mdash;they always display the 
same time interval from the Ekos session, though the x-axis of the 
<guilabel>Timeline</guilabel> shows seconds elapsed from the start of the log, 
and <guilabel>Stats</guilabel> shows clock time. The x-axis can be zoomed in 
and out with the <guibutton>+/-</guibutton> button, mouse wheel, as well as 
with standard keyboard shortcuts (e.g. zoom-in == 
<keycombo>&Ctrl;<keycap>+</keycap></keycombo>) The x-axis can be panned with 
the scroll bar as well as with the left and right arrow keys. You can view your 
current imaging session, or review old sessions by loading 
<filename>.analyze</filename> files using the <guilabel>Input</guilabel> 
dropdown. Checking <guilabel>Full Width</guilabel> displays all the data, and 
<guilabel>Latest</guilabel> displays the most recent data (you can control the 
width by zooming).
         </para>
     </sect3>
     <sect3 id="analyze-timeline">
         <title>Timeline</title>
         <para>
-        Timeline shows the major Ekos processes, and when they were active. 
For instance, the <guilabel>Capture</guilabel> line shows when images were 
taken (green sections) and when imaging was aborted (red sections). Clicking on 
a green section gives information about that image, and double clicking on one 
brings up the image taken then in a fitsviewer, if it's available. [Note: if 
you've moved your captured images, you can set <guilabel>alternate 
directory</guilabel> in the input menu to a directory which is the base of part 
of the original file path.] Clicking on a <guilabel>Focus</guilabel> segment 
shows focus session information and displays up the position vs HFR 
measurements from that session. Clicking on a <guilabel>Guider</guilabel> 
segment shows a drift plot from that session, (if it's guiding) and the 
session's RMS statistics. Other timelines show status information when clicked. 
+        Timeline shows the major Ekos processes, and when they were active. 
For instance, the <guilabel>Capture</guilabel> line shows when images were 
taken (green sections) and when imaging was aborted (red sections). Clicking on 
a green section gives information about that image, and double clicking on one 
brings up the image taken then in a fitsviewer, if it is available.
+        </para>
+        <note>
+            <para>
+                If you have moved your captured images, you can set 
<guilabel>alternate directory</guilabel> in the input menu to a directory which 
is the base of part of the original file path.
+            </para>
+        </note>
+        <para>
+            Clicking on a <guilabel>Focus</guilabel> segment shows focus 
session information and displays up the position vs HFR measurements from that 
session. Clicking on a <guilabel>Guider</guilabel> segment shows a drift plot 
from that session, (if it's guiding) and the session's RMS statistics. Other 
timelines show status information when clicked. 
         </para>
     </sect3>
     <sect3 id="analyze-statistics">
         <title>Statistics</title>
         <para>
-        A variety of statistics can be displayed on the Stats graph. There are 
too many for all to be shown in a readable way, so select among them with the 
checkboxes. A reasonable way to start might be to use <guilabel>rms</guilabel>, 
<guilabel>snr</guilabel> (using the internal guider with SEP Multistar), and 
<guilabel>hfr</guilabel> (if you have auto-compute HFR in the FITS options). 
Experiment with others.  The axis shown (0-5) is appropriate only for ra/dec 
error, drift, rms, pulses, and hfr. These may be y-axis scaled (awkwardly) 
using the mouse wheel, but the other graphs cannot be scaled. To reset y-axis 
zooming, right-click on the Stats plot. Clicking on the graph fills in the 
values of the displayed statistics. This graph is zoomed and panned 
horizontally in coordination with the timeline. 
+        A variety of statistics can be displayed on the 
<guilabel>Stats</guilabel> graph. There are too many for all to be shown in a 
readable way, so select among them with the checkboxes. A reasonable way to 
start might be to use <guilabel>rms</guilabel>, <guilabel>snr</guilabel> (using 
the internal guider with SEP Multistar), and <guilabel>hfr</guilabel> (if you 
have auto-compute HFR in the FITS options). Experiment with others. The axis 
shown (0-5) is appropriate only for ra/dec error, drift, rms, pulses, and hfr. 
These may be y-axis scaled (awkwardly) using the mouse wheel, but the other 
graphs cannot be scaled. To reset y-axis zooming, right-click on the Stats 
plot. Clicking on the graph fills in the values of the displayed statistics. 
This graph is zoomed and panned horizontally in coordination with the timeline. 
         </para>
     </sect3>
 </sect2>

Reply via email to