Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

rjpower4/Jamie.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Jamie.jl

Dev GitHub Issues GitHub Pull Requests License Stable Dev


Simple Astrodynamics Analysis Toolkit Written in Julia

📝 Table of Contents

🧐 About

Jamie is a library primarily intended for use in scripts and packages for astrodynamics analyses. A key goal of Jamie is to be simple and not burden the user with a complex API.

🏁 Getting Started

and the required dependencies and packages will be installed.

Prerequisites

This software requires the Julia Programming Language which is free and open source software.

Give examples

Installing

Getting installing Jamie is as simple as installing it through Julia's package management system. Currently, the package is not registered with Julia, so to install simply open up a Julia REPL and type

julia> using Pkg

julia> Pkg.add(PackageSpec(url="https://github.com/rjpower4/Jamie.jl.git"))

and you're ready to go! Check it out by grabbing some Lagrange points

julia> using Jamie

julia> equilibrium_solutions(CrtbpSystem(0.012))

🔧 Running the tests

To run the tests for Jamie, enter the package management mode in the REPL via the ] key and type

(@1.4) pkg> test Jamie

🎈 Usage

Add notes about how to use the system.

🚀Contributing

✍️ Authors

See also the list of contributors who participated in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages