Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 565 Bytes

README.rst

File metadata and controls

38 lines (18 loc) · 565 Bytes

GPIPY

Python tools for interacting with GPI data files and the GPI data pipeline.

This package is not a replacement for the GPI Data Pipeline (in IDL), but rather a supplemental toolkit to aid various tasks in working with GPI data in Python.

Installation:

% python setup.py install
OR

% python setup.py develop

Use the latter if you want edits in this package to be immediately available to your Python sessions without having to reinstall.

Then start python and:

>>> import gpipy

Usage

to be written...