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.
- Host: GitHub
- URL: https://github.com/sun-data/msfc-ccd
- Owner: sun-data
- Created: 2024-03-25T21:31:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-23T18:36:33.000Z (10 months ago)
- Last Synced: 2025-08-24T07:09:57.340Z (10 months ago)
- Topics: astronomy, camera-calibration, image-sensor, named-arrays, python, solar-astronomy
- Language: Python
- Homepage: https://msfc-ccd.readthedocs.io
- Size: 5.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msfc-ccd
[](https://github.com/sun-data/msfc-ccd/actions/workflows/tests.yml)
[](https://codecov.io/github/sun-data/msfc-ccd)[](https://github.com/sun-data/msfc-ccd/actions/workflows/black.yml)
[](https://github.com/sun-data/msfc-ccd/actions/workflows/ruff.yml)
[](https://msfc-ccd.readthedocs.io/en/latest/?badge=latest)
[](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
```