This package is part of the SatelliteToolbox.jl ecosystem.
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.
julia> using Pkg
julia> Pkg.add("SatelliteToolboxPropagators")
For more information, see the documentation.