GMAT.jl

Run NASA's General Mission Analysis Tool (GMAT) from Julia
Author JuliaSpace
Popularity
10 Stars
Updated Last
2 Years Ago
Started In
September 2016

GMAT

Run NASA's General Mission Analysis Tool (GMAT) from Julia

Build Status Coverage Status

Installation

This package can be installed using:

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

Usage

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.