SatelliteToolboxPropagators.jl
This packages contains orbit propagators for the SatelliteToolbox.jl ecosystem.
The current supported propagators are:
- J2 analytical orbit propagator;
- J2 osculating analytical orbit propagator;
- J4 analytical orbit propagator;
- J4 osculating analytical orbit propagator;
- SGP4/SDP4 orbit propagator; and
- Two body analytical orbit propagator.
Installation
julia> using Pkg
julia> Pkg.install("SatelliteToolboxPropagators")