AstroPropagators.jl
This package contains various propagators of satellite trajectories for the SatelliteToolbox.jl ecosystem. Currently this package implements:
- [x] Cowell
- [] EDROMO
- [] Kustaanheimo-Stiefel
- [] Stiefel-Scheifel
- [] Unified State Model
- [] Gauss Variational Equations
Installation
julia> using Pkg
julia> Pkg.add("AstroPropagators")