SatelliteToolbox.jl
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.
- 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.).
Installation
This package can be installed using:
julia> using Pkg
julia> Pkg.add("SatelliteToolbox")
Documentation
This page contains tutorials with examples of analyses that can be performed using the SatelliteToolbox.jl ecosystem. For the documentation of the functions, please refer to the related package documentation page.
This documentation is under construction, and more tutorials will be added.