Metadata-Version: 2.4
Name: miritools
Version: 4.0.6
Summary: "MIRI JWST convenience tools for analysis and data manipulation"
Home-page: https://github.com/ccossou/miritools
Author: "Christophe Cossou"
Author-email: "ccossou@gmail.com"
Platform: ["Linux"
Platform: "Mac OS X"]
Requires-Python: >=3.7
Description-Content-Type: text/plain; charset=UTF-8
License-File: LICENCE
Requires-Dist: pytest
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: photutils
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: tabulate
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Dynamic: license-file

= MIRITools
:sectnums:
:toc: left
:toclevels: 4
:encoding: utf-8
:lang: en
:numbered:
:source-language: python
:imagesdir:   docs/images

== Introduction
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.


== Installation
The easiest way to install the latest `miritools` release into a fresh virtualenv or conda environment is

[source,bash]
----
pip install miritools
----

== Documentation
Documentation is available at:

https://miritools.readthedocs.io/en/latest/

To build the docs yourself, clone this repository and build the documentation with:
[source,bash]
----
pip install -e ".[docs]"
cd docs
make html
make latexpdf
----
