Closed AstroEloy closed 3 years ago
Hm. Both astroquery and REBOUND use J2000 as the default reference frame. But REBOUND uses @0
instead of @sun
. Any chance that's the difference?
Thanks! that works!
Can I use @sun with Rebound instead of @0 ?
Regarding @sun
. You'd either need to change this manually in the horizons.py
file (just search for @0
), or once you've imported the particle data, just move to the heliocentric frame with sim.move_to_hel()
.
It works! Thank you very much!
I have noticed that if I do a query with rebound for a specific date and the whole solar system, the position and velocity of the earth are different from those returned directly by Horizons.
What is the reason for this? Is it because of the reference system? Is there any way to fix it and have Rebound get exactly the same answer from Horizons?