Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 997 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 997 Bytes

MSP

A Python 3 model for the creation of two-body simulations with Aerobraking and basic Manoeuvres.

Originally created by Tristan Dijkstra, Andrea Battegazzore and Hugo Chassagnette for the creation of Mars Trajectories for Team Tumbleweed.

orbit

Prerequisites

python -m pip install --upgrade pip

pip install tqdm

pip install numpy

pip install matplotlib

pip install pandas

For creating matplotlib animations using the animator you need ffmpeg

Install

Currently the package is not available on pypi. To install it directly via github use:

pip install git+https://github.com/IrTrez/msp.git

Usage

To use the model:

from msp import msp

To visualise results use the quickAnimate function from simtools or the fully fledged animate function from animator:

from msp import simtools, animator

Examples are available here.