-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
body disc indication #1130
Comments
We had complaints that showing the invisible edge of the planet/lunar disk, esp. in daylight, is "false", "misleading", "unrealistic". You cannot serve all... Grids: #485, but we need #502 before that to get the numbers right. In any case, don't trust the times for Venus occultation, expect a minute of deviation or so. If you observe, please report GPS time with seconds, and your exact location, for "Venus hidden" and "Venus fully visible again". We can use such critical records for testing when aberration may be solved one day. |
yes, I don't expect sub-minute accuracy, I'm happy to live with this limitation, I understand this is part of Stellarium limits. very good, thank you for suggesting to collect timings that can be used to check the model! but sorry, those who complain about misleading should simply not use the toggle, let those that appreciate the feature use it. there is a clear use case where we need this, and technically it is very easy to do. or maybe make this an option that can only be set via config and keyboard, not via GUI? |
some freewheeling... the astrocalc dialog uses this information: stellarium/src/gui/AstroCalcDialog.cpp Lines 4214 to 4224 in da46a11
this could be used to compute the radius of the eclipsing body disc. admitted, (1) precision is not excellent (but again, the same problem happens when the user uses a fully illuminated eclipsing body instead - this is also wrong, but this cannot be prevented) and (2) a spheroid should not be drawn as a circle, and (3) eclipsed bodies might also need to be drawn correctly (correct angular size, with a minimum of x pixels, in order to stay visible). an option "discs only" (tooltip: "this replaces all solar system bodies with circles in order to better see eclipse start/endings") could be added in the View/SSO tab + keyboard shortcut to easily toggle the option. eclipsing bodies can be Sun, Moon, planet. (the hint circle is unusable, in fact a texture:) stellarium/src/core/modules/SolarSystem.cpp Line 269 in da46a11
|
compare with #430: a disc that would draw the outline of the current Moon (simulated here by the Moon simulating the eclipsed object , and the umbra simulating the Moon...) |
See also "disco ball" in this #1924 (comment) |
Is your feature request related to a problem? Please describe.
In cases of very low illuminated sides, bodies (planets, moons) are barely visible. In case of a transit/occultation of a body by another body, it is very difficult to see when the occulted body becomes visible again.
Describe the solution you'd like
A toggle option to draw a circle that indicates the apparent disc This toggle should be independent of the "show/hide planets" option so that the user can choose whether to show bodies and/or discs.
Optionally, the disc would get a dotted/dashed appearance where (partially) hidden (so as to avoid color/night vision issues).
Describe alternatives you've considered
There is no alternative.
Additional context
Venus hding behind the Moon (2020-06-19) - works barely because of the small sickles.
but here, it is almost impossible to see Venus appearing behind the Moon
Imagine this is then transmitted to YouTube: it becomes very difficult to follow this phenomenon.
Once there is an option to draw circles for bodies, this is ok.
And if possible, this would be nice to have:
The text was updated successfully, but these errors were encountered: