Table of Contents
The "miritools" package contains convenience functions usefull to display or characterize MIRI data on board JWST. Some are more generic and could be usefull in general, but all of them have been created with MIRI in mind in some way or another.
Miritools start at v4.0.0. This is for historical reasons because it is based on the miricap package and I kept the version number for convenience.
The easiest way to install the latest miritools
release into a fresh virtualenv or conda environment is
pip install miritools
Documentation is available at:
To build the docs yourself, clone this repository and build the documentation with:
pip install -e ".[docs]"
cd docs
make html
make latexpdf