-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
Astrocal ephemeris ignores Ceres, Vesta, ... #2000
Comments
This is not a bug, this is a feature. If you want to see Ceres and other asteroids in wide range of dates then define |
Be aware here we are talking of predictions for the next month. So this makes the case stronger to provide some form of warning to the user (entry in logfile, a flash message, or a new line of Information, similar to #1096). |
And?
How exactly one, two or ten warning will help user, who do not want to define the parameter? For example log file contains the info about result of updating the orbital elements - how did it help you if you "does not see" records in the log? |
Update the elements. This has been the accepted solution since before the first person has complained in software of the 1990s. We estimate orbit_good to avoid printing bad data. You may always propose your working better solution as PR. |
As far as I can see, all 0.21.2 users are affected, am I right? Updating the elements will not solve this issue. I tried MPCAT 1..9999 (see 23245d2#r59605156) to no avail. |
Now I see what's really happening. For asteroids with elements and epoch we compute last perihel date and compute orbit_good from that. For asteroids with a few years orbit this may lead to this behaviour that too much time has passed since that previous perihel. So. after all, we have to add epoch to the elements (was scheduled for "later"), and we could estimate a default orbit_good to be equal the orbit period (with all positional error dangers this implies), centered around epoch. For non-elliptic orbiters (comets), we still should keep that at ~1000 days. For a temporary override of the fuse, set orbit_good to whichever value, about orbital period. |
I also tried to copy the elements from JPL as well as MPC but get strange results in both cases.
I think this justifies releasing a hotfix. |
@gzotti consider starting a hotfix branch from |
Six weeks to next release, and too little time to develop. Creating a hotfix release a week before next release for this small issue won't pay off. |
Hello @axd1967! Please check the fresh version (development snapshot) of Stellarium: |
Hello @axd1967! Please check the latest stable version of Stellarium: |
Tested with 0.21.2 fc4c6bb
When computing the ephemeris of Ceres from 2021-10-28 to 2021-11-28, the dialog (F10) remains empty for Ceres. this appears in b87b419.
I tried to update Ceres via asteroid import data; not sure the import succeeded: was Ceres finally updated?
Assuming this is an issue of outdated orbital data (but ... Ceres?) #1880 (comment) might have helped here.
The text was updated successfully, but these errors were encountered: