Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.73 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.73 KB


This package is part of the SatelliteToolbox.jl ecosystem.

SatelliteToolboxPropagators.jl

CI codecov docs-stable docs-dev Code Style: Blue DOI

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.add("SatelliteToolboxPropagators")

Documentation

For more information, see the documentation.