Skip to content

JuliaSpaceMissionDesign/CalcephEphemeris.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcephEphemeris.jl

A lightweight CALCEPH wrapper for the JSMD ecosystem.

Stable Documentation Dev Documentation Build Status codecov Code Style: Blue

This package is a lightweight wrapper around CALCEPH_jll.jl that implements the JSMDInterfaces.jl interfaces to extract data from SPICE and INPOP ephemeris kernels.

Installation

This package can be installed using Julia's package manager:

julia> import Pkg; 

julia> Pkg.add("CalcephEphemeris.jl")

Documentation

For further information on this package and on the CALCEPH library see the package documentation, the official CALCEPH website. Inspiration for this package has been taken from the original Julia's CALCEPH.jll wrapper.