/SPICEApplications.jl

Access all SPICE Toolkit applications from within Julia!

Primary LanguageJuliaMIT LicenseMIT

Tests Docs SciML Code Style

SPICEApplications

Generate ephemeris kernel files using NASA JPL's SPICEApplications program, all from within Julia!

Please consider all minor changes breaking until v1.0!

Warning

This package is not affiliated with or endorsed by NASA, JPL, Caltech, or any other organization! This is an independently written package by an astrodynamics hobbyist.

Installation

Choose one of the following two lines!

import Pkg; Pkg.add("SPICEApplications");
]add SPICEApplications # in Julia's REPL

Credits

NASA JPL developed and maintains the NAIF SPICE Toolkit, including SPICEApplications. Helge Eichhorn developed and maintains SPICE.jl, as well as the Julia wrappers around the SPICE Toolkit.