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.
% 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
to be written...