https://bugs.kde.org/show_bug.cgi?id=396406
Jasem Mutlaq <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kst | |ars/34ff7848ab5bf72457cf3dc | |434bc71492d9b0850 Version Fixed In| |2.9.7 Status|UNCONFIRMED |RESOLVED --- Comment #2 from Jasem Mutlaq <[email protected]> --- Git commit 34ff7848ab5bf72457cf3dc434bc71492d9b0850 by Jasem Mutlaq. Committed on 21/07/2018 at 16:13. Pushed by mutlaqja into branch 'master'. Add support to manual dither either by magnitude or X,Y coordinates. Please note that if the target X,Y coordinates are far away from current reticle position, then this would cause the guider to move aggressively to the target location which might result in the star getting lost. One way to reduce this effect is by reducing the propotional gain temporary until such large moves are complete. Another method is to increase the guide square size so that large movements can still find the guide star. FIXED-IN:2.9.7 M +1 -0 kstars/CMakeLists.txt M +47 -0 kstars/ekos/guide/guide.cpp M +2 -0 kstars/ekos/guide/guide.h M +146 -106 kstars/ekos/guide/guide.ui M +24 -15 kstars/ekos/guide/internalguide/internalguider.cpp M +6 -0 kstars/ekos/guide/internalguide/internalguider.h A +168 -0 kstars/ekos/guide/manualdither.ui https://commits.kde.org/kstars/34ff7848ab5bf72457cf3dc434bc71492d9b0850 -- You are receiving this mail because: You are watching all bug changes.
