-
-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ability to use a wider range of dates for AstroCalc/Ephemeris tool #3880
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files. |
Thank you for going after this now. But as always a few observations: When I open the panel, then change the simulation date in the usual time panel (or any other method), I see the AC panel has an option to set the "From" date to "now". Good! When the date is outside the range of Gregorian calendar, the year is displayed as 9999. In this case the system should auto-switch to W.R.D (Wide range dates? Why not just call the button JD?). The GUI has lots of space after "W.R.D." ("JD") for a label to display the date range in "common" dates. You have to set two dates. The end date might also be configured with just 2 options "[+1] [second/minute/hour/day/month|year]" (i.e., a spinbox and a dropdown), this may be faster than fiddling with the calendar panel or counting the JD numbers. At least, I see I can copy/paste the start date to start configuring, then scrolling the mousewheel 20 clicks. |
Well, let me try to create an another version of GUI… |
e88dcb4
to
f731738
Compare
@gzotti OK, what's about changes? |
Is 100 months enough? What if someone wants to display the movement of Saturn throughout a Saturnian year? |
Interface: Yes, I think everybody prefers this. |
Ah, I'm stupid. I didn't realize we could change the unit. "Object at given solar altitiude" is actually very useful when displaying visibility of e.g. Mercury. But that's for another PR. |
Hello @alex-w! Please check the fresh version (development snapshot) of Stellarium: |
Hello @alex-w! Please check the latest stable version of Stellarium: |
Description
This patch adding ability to use a wider range of dates for AstroCalc/Ephemeris tool.
Fixes #3868 (issue)
Type of change
Checklist: