A python library for handling EPS output.


Keywords
epys
License
BSD-3-Clause
Install
pip install epys==0.3.5

Documentation

e[py]s

https://travis-ci.org/johnnycakes79/epys.png?branch=master https://coveralls.io/repos/johnnycakes79/epys/badge.png?branch=master

ePYs is a python library for the manipulation, processing and plotting of the input and output files of ESA Experiment Planning Software (EPS).

Modules

  • draw makes pretty orbit graphics
  • events provides a series of time/date utilities
  • maps does things with maps and images
  • orbit processes mission analysis orbit files
  • read reads EPS/MAPPS output into useable dataframes and/or arrays
  • utils more utilities ...

Installation

At the command line:

  1. Clone the repo to your local machine:

    $ git clone git@github.com:johnnycakes79/epys.git
    
  1. Install your local copy:

    $ cd epys/
    $ ./install.sh
    

Testing

Testing is very little at the moment. But it's a start... At the command line:

  1. Run py.test:

    $ python setup.py test