SatelliteToolboxPropagators.jl
Orbit propagators for the SatelliteToolbox.jl ecosystem.
Install / Use
/learn @JuliaSpace/SatelliteToolboxPropagators.jlREADME
<p align="center">
<img src="./docs/src/assets/logo.png" width="150" title="SatelliteToolboxTransformations.jl"><br>
<small><i>This package is part of the <a href="https://github.com/JuliaSpace/SatelliteToolbox.jl">SatelliteToolbox.jl</a> ecosystem.</i></small>
</p>
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.add("SatelliteToolboxPropagators")
Documentation
For more information, see the documentation.
