sblunt / orbitize

Orbit-fitting for directly imaged objects
https://orbitize.info
Other
79 stars 44 forks source link

N-body orbit solver #93

Closed semaphoreP closed 3 years ago

semaphoreP commented 5 years ago

In the future, in particular for multi-planet systems, it could be nice to use an N-body integrator (like rebound) to solve for the planets' positions. An N-body integrator can account for planet-planet interactions. This is not a pressing issue, so we can deal with it down the line.

hannorein commented 3 years ago

PSA: I'm happy to help out if you ever want to make orbitize talk to rebound.

sblunt commented 3 years ago

Thanks @hannorein! @sofiacovarrubias has been doing some excellent work on this issue as an undergrad research project. We'll keep you updated!

sblunt commented 3 years ago

Merged into develop in PR #254! Incredible work @sofiacovarrubias!

sblunt commented 3 years ago

Merged into main in PR #270