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

New plots #11

Closed SuperdoerTrav closed 4 months ago

SuperdoerTrav commented 4 months ago

Added new plots to ssapy, also corrected a lot of the previous plotting functions. orbit_plot handles many orbital frames for visualizing ssapy orbits. groundTrackplot provides Earth maps of ssapy orbits globeplot will create a 3d render of the Earth with a ssapy orbit. koe_plot will plot the Keplerian orbital elements of a ssapy orbit.

Many supporting functions were required to be added for the plots. They exist in compute.py utils.py mainly. Some of the IO functions were updated to handle more error types and do properly read csv delimiters.

New compute functions for calculating the positions of the Earth-Moon Lagrange points were added.