https://github.com/sun-data/ctis
A Python library for analyzing and simulating observations from computed tomography imaging spectrographs (CTIS).
https://github.com/sun-data/ctis
astronomy computed-tomography euv imaging-spectroscopy named-arrays solar-physics
Last synced: 9 months ago
JSON representation
A Python library for analyzing and simulating observations from computed tomography imaging spectrographs (CTIS).
- Host: GitHub
- URL: https://github.com/sun-data/ctis
- Owner: sun-data
- Created: 2023-01-16T19:41:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T14:10:05.000Z (about 1 year ago)
- Last Synced: 2025-08-29T12:08:49.244Z (10 months ago)
- Topics: astronomy, computed-tomography, euv, imaging-spectroscopy, named-arrays, solar-physics
- Language: Python
- Homepage: https://ctis.readthedocs.io
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ctis
[](https://github.com/sun-data/ctis/actions/workflows/tests.yml)
[](https://codecov.io/gh/sun-data/ctis)
[](https://github.com/sun-data/ctis/actions/workflows/black.yml)
[](https://github.com/sun-data/ctis/actions/workflows/ruff.yml)
[](https://ctis.readthedocs.io/en/latest/?badge=latest)
[](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
```