Introduction

A python based astrodynamics toolkit.

This project uses SpiceyPy to read NAIF's SPICE.

Requirements

This project requires:

Installation

  1. Download this repository. Let's say you store it in /path-to-repo/spyce/

  2. Go to the directory and run

    pip3 setup.py install

  3. Download the following Binary kernels from JPL’s website. These are data files that store the ephemerides. Use FTP, to make this process simple.

Examples

A few example programs can be found in example folder.