LLNL / SSAPy

A Python package allowing for fast and precise orbital modeling.
https://software.llnl.gov/SSAPy/
MIT License
36 stars 8 forks source link

Provide overview of different orbit solvers in orbit_solver.py #45

Open JasonBernstein1 opened 1 month ago

JasonBernstein1 commented 1 month ago

The SSAPy module orbit_solver.py contains functions that implement several different orbit solvers, including methods by Gauss, Danchick, and Shefer. A TODO note at the top of this module requests overview documentation for each of the solvers.