-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Lower bound of time needs to be lower #8
Comments
The Keplerian orbital elements and adjustments in planets.tsv are from this page (Table 2a, 2b), so are only accurate from 3000 BC - 3000 AC. That's the reason for the limit. It's an easy "fix" in the code. Some considerations: For the on-line Planetarium, here are the options I can think of:
For developers using the ivoyager_core plugin, the limit is kind of trivial. If you are developing your own project, you can use a different data set optimized for the range you need. You can create a "mod" table that modifies orbital elements in the existing table. |
OK, I went with option 2 above. The setter widget is unlocked. Well, to be honest, it's now limited to +- 1e12 years. I added this text to the widget with working links (which also addresses another issue): "The simulation uses Keplerian elements and rates for planets valid from 3000 BC to 3000 AD. Planet positions will not be accurate outside of this range. There is also an open issue to fix orbits of the Hilda asteroids, which visibly lose their 3:2 resonance with Jupiter over several centuries from J2000." Developers can use whatever planetary orbit data they want, so the 3000 BC - 3000 AC choice in base tables isn't really an issue. Option 4 above is intriguing. The mechanisms to do it are all present in our plugin code. But it would be significant work. Someone can open a proposal if they don't want this forgotten. The fix is in the master branch (changlog) and will be in v0.0.18 release, so I'm closing the issue as completed... |
What's the problem?
When I set the year smaller than -3000, the number is fixed into -3000.
Can ivoyager be set the lower bound of time like, -10000?
My usage requires this.
I'd appreciate your consideration.
Thank you
The text was updated successfully, but these errors were encountered: