Run NASA's General Mission Analysis Tool (GMAT) from Julia
This package can be installed using:
julia> using Pkg
julia> Pkg.add("GMAT")
For the time being, the package only provides functionality to run GMAT scripts.
using GMAT
# Run a script. `output` will be a list of output files generated by GMAT.
output = run_script("example.script")
Better integration with Julia through CxxWrap.jl is planned.