.gitattributes
.readthedocs.yml
README.md
pyproject.toml
.github/workflows/black.yml
.github/workflows/publish.yml
.github/workflows/ruff.yml
.github/workflows/tests.yml
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/refs.bib
docs/_static/.gitkeep
docs/_templates/class_custom.rst
docs/_templates/function_custom.rst
docs/_templates/module_custom.rst
msfc_ccd/__init__.py
msfc_ccd/abc.py
msfc_ccd/fits.py
msfc_ccd/samples.py
msfc_ccd.egg-info/PKG-INFO
msfc_ccd.egg-info/SOURCES.txt
msfc_ccd.egg-info/dependency_links.txt
msfc_ccd.egg-info/requires.txt
msfc_ccd.egg-info/top_level.txt
msfc_ccd/_data/ESIS1_00002.fit
msfc_ccd/_data/ESIS3_05384.fit
msfc_ccd/_images/__init__.py
msfc_ccd/_images/_images.py
msfc_ccd/_images/_sensor_images.py
msfc_ccd/_images/_tap_images.py
msfc_ccd/_images/abc.py
msfc_ccd/_images/_tests/__init__.py
msfc_ccd/_images/_tests/test_images.py
msfc_ccd/_images/_tests/test_sensor_images.py
msfc_ccd/_images/_tests/test_tap_images.py
msfc_ccd/_tests/__init__.py
msfc_ccd/_tests/test_fits.py