matthewholman / assist

ASSIST is a software package for ephemeris-quality integrations of test particles.
https://assist.readthedocs.io/
GNU General Public License v3.0
24 stars 10 forks source link

Updated Apophis notebook #48

Closed hannorein closed 1 year ago

hannorein commented 1 year ago

See: https://github.com/hannorein/assist/blob/python/jupyter_examples/Apophis.ipynb

hannorein commented 1 year ago

In addition to updating the example, this also adds the functionality to query objects using a string rather than an id:

import assist
ephem = assist.Ephem("linux_p1550p2650.440", "sb441-n16.bsp")
sun = ephem.get_particle("sun", t=0)