SatelliteToolboxPropagators.jl

This packages contains orbit propagators for the SatelliteToolbox.jl ecosystem.

The current supported propagators are:

  1. J2 analytical orbit propagator;
  2. J2 osculating analytical orbit propagator;
  3. J4 analytical orbit propagator;
  4. J4 osculating analytical orbit propagator;
  5. SGP4/SDP4 orbit propagator; and
  6. Two body analytical orbit propagator.

Installation

julia> using Pkg
julia> Pkg.install("SatelliteToolboxPropagators")