SatelliteToolbox.jl
This package contains several functions to build simulations related with satellites. It is used on a daily basis on projects at the Brazilian National Institute for Space Research (INPE), and it is the engine of the FOrPlan Satellite Simulator.
Warning
This documentation is under construction. However, the functions are extensively documented using the Julia documentation system, which can be accessed by typing ?
followed by the function name in REPL.
Requirements
- Julia >= 0.7
- Interpolations >= 0.8.0
- Parameters >= 0.10.1
- OptionalData >= 0.2.0
- ReferenceFrameRotations >= 0.5.0
- RemoteFiles >= 0.2.1
- StaticArrays >= 0.9.2
Installation
This package can be installed using:
julia> using Pkg
julia> Pkg.add("SatelliteToolbox")