AstroCoords.jl

This package contains various propagators of satellite trajectories for the HAMMERHEAD.jl ecosystem. Currently this package implements:

  • [x] Cartesian
  • [x] Keplerian
  • [x] Delaunay
  • [x] Modified Equinoctial
  • [x] Spherical
  • [x] Cylindrical
  • [x] Unified State Model
  • [x] Milankovich
  • [ ] EDROMO
  • [ ] Kustaanheimo-Stiefel
  • [ ] Stiefel-Scheifel

Installation

julia> using Pkg
julia> Pkg.add("AstroCoords")