Asteroids, comets, minor planets, and externally-defined bodies #139
Replies: 5 comments 19 replies
-
I like the idea of being able to simulate spacecraft. Someone could make a supporting library of historical and current spacecraft data so you could quickly simulate whatever you want. What about satellites? It would be cool to be able to get the location of the ISS, Hubble, JWST, etc. Since you are asking for feature requests? How about simulating Saturns largest moons, like you did with Jupiter? And Phobos 😄 |
Beta Was this translation helpful? Give feedback.
-
I guess we need these options if to think .. it should be not too long till times, when we would be able to rent - telescope on some Masks satellite ))) |
Beta Was this translation helpful? Give feedback.
-
I was searching for a way to calculate rise and set times for a comet and came on this discussion thread. I think well known comets would be a great addition. I also think being able to add a comet or body with orbital data (similar to definestar but with necessary orbit data) would be cool, then we could calculate rise set times of arbitrary/newly discovered comets like C/2022 E3 (ZTF). Perhaps this is possible with the gravity simulator portion of the library? |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm just arriving here, and feeling a bit late to the party, since the nodejs application I'm developing has already got a separate service I've written in Python using Skyfield. I'd like to migrate to Astronomy Engine when I get a chance, but I'll need to be able to calculate the positions of a few asteroids as well. What would it take to add either one of the options you've mentioned? I wouldn't mind packaging my application with a small ephemeris for each additional body I add, to reduce the time difference between the query date and the initial state. I'd be happy with the Keplerian orbits method; superlative accuracy isn't an issue for me. |
Beta Was this translation helpful? Give feedback.
-
@cosinekitty checking in on this before I get too deep into trying to implement my own asteroid position calculator: have you had any reflections on which direction you'd like to go, towards exposing an API that one could use for estimating body positions that aren't directly supported? |
Beta Was this translation helpful? Give feedback.
-
Just putting this out there to get feedback. What solar system bodies would you like to have added to Astronomy Engine? Prime candidates are:
Also, how important is it for you as a developer to be able to register arbitrary objects to be calculated by Astronomy Engine? There are two major interfaces I would consider adding:
Beta Was this translation helpful? Give feedback.
All reactions