hannorein / rebound

💫 An open-source multi-purpose N-body code.
https://rebound.readthedocs.io/
GNU General Public License v3.0
862 stars 221 forks source link

J2000 reference frame #167

Closed hannorein closed 3 years ago

hannorein commented 8 years ago

There are two options for the coordinate system in Horizons:

Currently we are using "ecliptic". Would "frame" make more sense as the dafault?

See: ftp://ssd.jpl.nasa.gov/pub/ssd/Horizons_doc.pdf

hannorein commented 8 years ago

(I think the answer is no)

dtamayo commented 8 years ago

I think ecliptic makes more sense for doing N-body type integrations where you expect everything to be close to 0 inclination. frame seems like it would be useful if you wanted to use REBOUND to predict what RA Dec you should look in the sky to find planets (and maybe also to compare to observational tables). Maybe ecliptic should be default but we should add a kwarg for frame?

On Apr 28, 2016, at 3:27 PM, Hanno Rein notifications@github.com wrote:

(I think the answer is no)

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/hannorein/rebound/issues/167#issuecomment-215536139

hannorein commented 3 years ago

There is now a keyword plane which can be either frame or ecliptic. ecliptic is the default.