[Kstars-devel] [kstars] kstars/tools: Introducing the real Eyepiece View! (Eyepiece View is no longer Beta)
Akarsh Simha
akarsh at kde.org
Wed Jan 6 11:37:01 UTC 2016
Git commit 6a75f6d750534d063456fa583763ec81ac9a62f3 by Akarsh Simha.
Committed on 06/01/2016 at 11:24.
Pushed by asimha into branch 'master'.
Introducing the real Eyepiece View! (Eyepiece View is no longer Beta)
Eyepiece View is now powerful, well-featured and usable! This minor
commit removes (Beta) from the description.
There still are some bugs (it sometimes resets the map field of view
and focus, for unknown reasons), but the feature is otherwise mostly
functional, usable, and powerful.
Here are the newly introduced features in the last series of commits:
1. SVG rendering of the sky map on a larger bitmap, and smooth
transformations for excellent sky-chart quality.
2. Choice of Field of View from a drop-down menu, after which the map
is cropped to precisely the chosen FOV.
3. Appropriately scale DSS image based on meta-data to match the FOV
size.
4. Appropriately rotate the DSS image to match the orientation of the
eyepiece field if one is using Alt-Az mode (where the Zenith is up
as opposed to the North Pole)
5. Allow overlay of DSS behind the sky map (the transparency is a bit
of trickery, and doesn't work well with bitmap stars for good
reason)
6. Presets that come into effect when the dialog is freshly opened, or
when the user choses them. The presets are right now simple, but
the planned extension is to include the field-rotation for
Dobsonians, see-through refractors, Newtonian equatorials, and any
telescopes that have predictable eyepiece position (i.e. don't have
an eyepiece rotator or rotatable erecting prism)
Screenshot: http://wstaw.org/m/2016/01/06/Screenshot_20160106_054001.png
CCMAIL: kstars-devel at kde.org
DIGEST: The Eyepiece View feature in KStars is now powerful and usable
M +1 -1 kstars/tools/obslistpopupmenu.cpp
http://commits.kde.org/kstars/6a75f6d750534d063456fa583763ec81ac9a62f3
diff --git a/kstars/tools/obslistpopupmenu.cpp b/kstars/tools/obslistpopupmenu.cpp
index 88c10f6..e52c3bf 100644
--- a/kstars/tools/obslistpopupmenu.cpp
+++ b/kstars/tools/obslistpopupmenu.cpp
@@ -60,7 +60,7 @@ void ObsListPopupMenu::initPopupMenu( bool sessionView, bool multiSelection, boo
if( !multiSelection ) {
addAction( i18nc( "Show Detailed Information Dialog", "Details" ), ksdata->observingList(), SLOT( slotDetails() ) ); // Insert item for showing details dialog
- addAction( i18n( "Eyepiece view (Beta)" ), ksdata->observingList(), SLOT( slotEyepieceView() ) ); // Insert item for showing eyepiece view
+ addAction( i18n( "Eyepiece view" ), ksdata->observingList(), SLOT( slotEyepieceView() ) ); // Insert item for showing eyepiece view
}
//Insert item for opening the Altitude vs time dialog
More information about the Kstars-devel
mailing list