Implementation of code and algorithms from David Vallado's "Fundamentals of Astrodynamics and Applications".
Work is ongoing. I am attempting to translate from the MATLAB code to Python. This is being done fairly haphazardly, by hand.
My intended development path:
- Directly translate every file into a matching Python file
- Standardize opt/option stuff
- Set up testing
- Group into modules
- Standardize use of numpy everywhere