Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

helgee/Astrodynamics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astrodynamics.jl

Travis Codecov

Astrodynamics.jl is an MPLv2-licensed toolbox for the development of astrodynamics software in Julia.

Installation

This package and most of its dependencies are not yet registered. To use it you will need to clone the following packages:

Pkg.clone("https://github.com/JuliaAstrodynamics/AstronomicalTime.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/SPICE.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsBase.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsIO.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsPlots.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsModels.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/Astrodynamics.jl.git")

Pkg.checkout("Dopri")
Pkg.checkout("JPLEphemeris")