Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T22:18:51.000Z (9 months ago)
- Last Synced: 2024-11-07T01:07:37.287Z (about 2 months ago)
- Topics: astronomy, computed-tomography, euv, imaging-spectroscopy, named-arrays, solar-physics
- Language: Python
- Homepage: https://ctis.readthedocs.io/en/latest/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```