MintonGroup / swiftest

Swiftest is a software packaged designed to model the long-term dynamical dynamics of n-body systems with a dominant central body, like the solar system.
https://swiftest.readthedocs.io/en/latest/
Other
4 stars 2 forks source link

Shift orbital elements to planetocentric #15

Closed kaustubanand closed 6 months ago

kaustubanand commented 7 months ago

Ensure orbital elements are shifted correctly to the central body reference frame in add_solar_system_body when the init_cond = EL. Currently this only works for init_cond = XV.

(line 3299 in simulation_class.py)