Git commit b364af8b564fcdd76144b828d3f3bbedb39a7fe2 by Patrick Molenaar.
Committed on 08/03/2021 at 15:44.
Pushed by mutlaqja into branch 'master'.

Added myself to contributers list and updated Bahtinov focus documentation

M  +7    -1    doc/ekos-focus.docbook
M  +1    -0    kstars/main.cpp

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

diff --git a/doc/ekos-focus.docbook b/doc/ekos-focus.docbook
index 05365c90e..82ad5638c 100644
--- a/doc/ekos-focus.docbook
+++ b/doc/ekos-focus.docbook
@@ -154,7 +154,7 @@
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="bold">Box size</emphasis>: Sets the box 
size used to enclose the focus star. Increase if you have very large 
stars.</para>
+                    <emphasis role="bold">Box size</emphasis>: Sets the box 
size used to enclose the focus star. Increase if you have very large stars. For 
Bahtinov focus the box size can be increased even more to better enclose the 
Bahtinov diffraction pattern.</para>
             </listitem>
             <listitem>
                 <para>
@@ -200,6 +200,12 @@
             <listitem>
                 <para>
                     <emphasis role="bold">Detection</emphasis>: Select star 
detection algorithm. Each algorithm has its strengths and weaknesses. It is 
recommended to keep the default value unless it fails to properly detect 
stars.</para>
+                    <itemizedlist>
+                        <listitem>
+                            <para>
+                                <emphasis role="bold">Bahtinov</emphasis>: 
This detection method can be used when using a Bahtinov mask for focusing. 
First take an image, then select the star to focus on. A new image will be 
taken and the diffraction pattern will be analysed. Three lines will be 
displayed on the diffraction pattern showing how well the pattern is recognized 
and how good the image is in focus. When the pattern is not well recognized, 
the 'Num. of rows' parameter can be adjusted to improve recognition. The line 
with the circles at each end is a magnified indicator for the focus. The 
shorter the line, the better the image is in focus.</para>
+                        </listitem>
+                    </itemizedlist>
             </listitem>
         </itemizedlist>
     </sect3>
diff --git a/kstars/main.cpp b/kstars/main.cpp
index c07c1f036..af3b81481 100644
--- a/kstars/main.cpp
+++ b/kstars/main.cpp
@@ -155,6 +155,7 @@ int main(int argc, char *argv[])
                         i18n("Extensive testing and suggestions for Ekos 
Scheduler. KStars OSX Port"));
     aboutData.addCredit(i18n("Yuri Fabirovsky"), i18n("Splash screen for both 
regular KStars and KStars Lite."));
     aboutData.addCredit(i18n("Jamie Smith"), i18n("KStars OSX Port."));
+    aboutData.addCredit(i18n("Patrick Molenaar"), i18n("Bahtinov Focus 
Assistant."));
 
     KAboutData::setApplicationData(aboutData);
 

Reply via email to