.gitignore
.pre-commit-config.yaml
.yamllint
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
VISION.md
codecov.yml
pyproject.toml
readthedocs.yml
.dependabot/config.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/Docs.yml
.github/workflows/codeql-analysis.yml
.github/workflows/greetings.yml
.github/workflows/pythonpublish.yml
.github/workflows/run_tests.yml
.github/workflows/style.yml
.github/workflows/update_license.yml
.github/workflows/yaml.yml
docs/Makefile
docs/conf.py
docs/execute_notebooks.py
docs/index.rst
docs/make.bat
docs/img/config.jpg
docs/img/example_yml.jpg
docs/img/final_image.png
docs/img/flowchart.png
docs/img/waffle.jpg
docs/pages/FAQ.rst
docs/pages/PHARO_reduction.ipynb
docs/pages/Shane_reduction.ipynb
docs/pages/Using.rst
docs/pages/about.rst
docs/pages/common_aberrations.rst
docs/pages/config_shane.csv
docs/pages/contributing.rst
docs/pages/installation.rst
docs/pages/integrations.rst
docs/pages/logsheet.csv
docs/pages/overview.rst
docs/pages/plotting.rst
docs/pages/test_image_config.csv
docs/pages/versioning.rst
docs/source/modules.rst
docs/source/simmer.rst
docs/source/simmer.tests.rst
src/simmer/__init__.py
src/simmer/add_dark_exp.py
src/simmer/analyze_image.py
src/simmer/badpix.fits
src/simmer/check_logsheet.py
src/simmer/contrast.py
src/simmer/create_config.py
src/simmer/darks.py
src/simmer/drivers.py
src/simmer/flats.py
src/simmer/image.py
src/simmer/insts.py
src/simmer/make_triceratops_contrasts.py
src/simmer/plotting.py
src/simmer/registration.py
src/simmer/run_night.py
src/simmer/scipy_utils.py
src/simmer/search_headers.py
src/simmer/sky.py
src/simmer/summarize.py
src/simmer/utils.py
src/simmer/validate_config.py
src/simmer.egg-info/PKG-INFO
src/simmer.egg-info/SOURCES.txt
src/simmer.egg-info/dependency_links.txt
src/simmer.egg-info/requires.txt
src/simmer.egg-info/top_level.txt
src/simmer/Examples/__init__.py
src/simmer/Examples/PHARO/__init__.py
src/simmer/Examples/PHARO/logsheet.csv
src/simmer/Examples/Shane/__init__.py
src/simmer/Examples/Shane/logsheet.xlsx
src/simmer/Examples/Shane/logsheet_incorrect.xlsx
src/simmer/Examples/Shane/~$logsheet_incorrect.xlsx
src/simmer/schemas/__init__.py
src/simmer/schemas/custom_validator.py
src/simmer/schemas/example_plotting.yml
src/simmer/schemas/plotting_schema.yml
src/simmer/schemas/read_yml.py
src/simmer/tests/__init__.py
src/simmer/tests/test_config.csv
src/simmer/tests/test_config_test_case.csv
src/simmer/tests/test_contrast.py
src/simmer/tests/test_image_config.csv
src/simmer/tests/test_validate.yml
src/simmer/tests/tests_io.py
src/simmer/tests/tests_reduction.py