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

https://github.com/sun-data/msfc-ccd

A Python library for characterizing and using the CCD cameras developed by Marshall Space Flight Center.
https://github.com/sun-data/msfc-ccd

astronomy camera-calibration image-sensor named-arrays python solar-astronomy

Last synced: 10 months ago
JSON representation

A Python library for characterizing and using the CCD cameras developed by Marshall Space Flight Center.

Awesome Lists containing this project

README

          

# msfc-ccd

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

A Python library for characterizing and using the CCD cameras developed by Marshall Space Flight Center.

## Installation

`msfc-ccd` is available on PyPI and can be installed using pip:

```shell
pip install msfc-ccd
```