Skip to content

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

License

Notifications You must be signed in to change notification settings

JuliaSpace/GMAT.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.