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

Maneuvers fail with RK propagators - SciPy required to handle NTW accelerations. #46

Open SuperdoerTrav opened 1 month ago

SuperdoerTrav commented 1 month ago

in accel.py, the class AccelConstNTW(Accel) can not be propagated with the RK variable timestep propagators. The scipy propagator class will handle the maneuver but is overall less accurate than the RK propagators for week+ long timescales.