Metadata-Version: 2.4
Name: ctis
Version: 0.1.0
Summary: A Python library for inverting images captured by CT imaging spectgrographs.
Author: Jacob D. Parker, Charles C. Kankelborg
Author-email: "Roy T. Smart" <roytsmart@gmail.com>
Project-URL: Homepage, https://github.com/sun-data/ctis
Project-URL: Documentation, https://ctis.readthedocs.io/en/latest
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: astropy
Requires-Dist: named-arrays~=1.4
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: doc
Requires-Dist: pytest; extra == "doc"
Requires-Dist: matplotlib; extra == "doc"
Requires-Dist: interface-region-imaging-spectrograph; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: jupyter-sphinx; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: sphinx-codeautolink; extra == "doc"
Requires-Dist: sphinx-favicon; extra == "doc"

# ctis

[![tests](https://github.com/sun-data/ctis/actions/workflows/tests.yml/badge.svg)](https://github.com/sun-data/ctis/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/sun-data/ctis/graph/badge.svg?token=tBcex8q72g)](https://codecov.io/gh/sun-data/ctis)
[![Black](https://github.com/sun-data/ctis/actions/workflows/black.yml/badge.svg)](https://github.com/sun-data/ctis/actions/workflows/black.yml)
[![Ruff](https://github.com/sun-data/ctis/actions/workflows/ruff.yml/badge.svg)](https://github.com/sun-data/ctis/actions/workflows/ruff.yml)
[![Documentation Status](https://readthedocs.org/projects/ctis/badge/?version=latest)](https://ctis.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/ctis.svg)](https://badge.fury.io/py/ctis)

A Python library for analyzing and simulating observations from computed tomography imaging spectrographs (CTIS).

## Installation

This package is published on PyPI and can be installed using `pip`

```shell
pip install ctis
```
