Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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
```