.all-contributorsrc
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
setup.cfg
setup.py
.github/workflows/check_style.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/index.md
docs/parameters.md
docs/requirements.txt
docs/api/filter.md
docs/api/helpers.md
docs/api/survey.md
docs/api/utilities.md
docs/guides/create-galaxy.md
docs/guides/getting-started.md
docs/guides/heritage.md
docs/images/galaxy.png
docs/images/galcheat_logo.png
scripts/check_effective_wavelengths.py
scripts/check_zeropoints.py
scripts/requirements.txt
surveycodex/__init__.py
surveycodex/__main__.py
surveycodex/filter.py
surveycodex/helpers.py
surveycodex/rich.py
surveycodex/survey.py
surveycodex/utilities.py
surveycodex.egg-info/PKG-INFO
surveycodex.egg-info/SOURCES.txt
surveycodex.egg-info/dependency_links.txt
surveycodex.egg-info/entry_points.txt
surveycodex.egg-info/not-zip-safe
surveycodex.egg-info/requires.txt
surveycodex.egg-info/top_level.txt
surveycodex/data/CFHTLS.yaml
surveycodex/data/COSMOS.yaml
surveycodex/data/DES.yaml
surveycodex/data/Euclid_VIS.yaml
surveycodex/data/HSC.yaml
surveycodex/data/LSST.yaml
tests/test_utilities.py