Closed ijiraq closed 3 years ago
By default REBOUND using the ecliptic coordinate plane when initializing particles with NASA Horizon data (see NASA Horizons for the precise definition). You need to find the appropriate coordinate transformation from the ecliptic to the Saturnian equatorial plane.
Note that since REBOUND treats all particles as point particles (unless you implement anything else, e.g. using REBOUNDx), it doesn't keep track of a particle's spin and therefore can't keep track of a particle's equator either.
Thanks for the reply and confirming that the orbit coming back is in ecliptic coordinates rather than Saturn Equatorial, which makes sense in some ways. I'll adjust my inputs to account for that. (as you noted I could specify that Saturn is the primary for the orbit computation but that is also the default in that particular case). Cheers.
Yes. That's the right approach (I think NASA Horizons will do the transformation for you). REBOUND is agnostic about the coordinate system, so whatever you use for the initial conditions is also what you get back out.
Why doesn't this return the inclination of Titan's orbit relative to the Saturn equator?
Should it?