The SatelliteToolbox.jl contains a set of packages with functions to perform analysis and build simulations related to satellites. It is used on a daily basis on projects at the Brazilian National Institute for Space Research (INPE).
The set of packages are listed bellow. All of them are loaded and reexported in this one.
| Package Name | Description | Build Status | Coverage |
|---|---|---|---|
| SatelliteToolboxAtmosphericModels.jl | Atmospheric models | ||
| SatelliteToolboxBase.jl | Base functions and type definitions | ||
| SatelliteToolboxCelestialBodies.jl | Celestial bodies | ||
| SatelliteToolboxGeomagneticField.jl | Geomagnetic field models | ||
| SatelliteToolboxGravityModels.jl | Gravity models | ||
| SatelliteToolboxLegendre.jl | Legendre associated functions and its time-derivatives | ||
| SatelliteToolboxPropagators.jl | Orbit propagators | ||
| SatelliteToolboxSgp4.jl | SGP4/SDP4 orbit propagator | ||
| SatelliteToolboxTle.jl | Creating, fetching, and parsing TLEs | ||
| SatelliteToolboxTransformations.jl | Transformations (reference frames, time, etc.) |
This package can be installed using:
julia> using Pkg
julia> Pkg.add("SatelliteToolbox")Please, see each package for the related documentation of the functions.
