LICENSE
README.md
pyproject.toml
src/pyEDITH/__init__.py
src/pyEDITH/astrophysical_scene.py
src/pyEDITH/cli.py
src/pyEDITH/exposure_time_calculator.py
src/pyEDITH/observation.py
src/pyEDITH/observatory.py
src/pyEDITH/parse_input.py
src/pyEDITH/units.py
src/pyEDITH/utils.py
src/pyEDITH.egg-info/PKG-INFO
src/pyEDITH.egg-info/SOURCES.txt
src/pyEDITH.egg-info/dependency_links.txt
src/pyEDITH.egg-info/entry_points.txt
src/pyEDITH.egg-info/requires.txt
src/pyEDITH.egg-info/top_level.txt
src/pyEDITH/components/coronagraphs.py
src/pyEDITH/components/detectors.py
src/pyEDITH/components/telescopes.py
tests/test_astrophysical_scene.py
tests/test_cli.py
tests/test_coronagraphs.py
tests/test_detectors.py
tests/test_exposure_time_calculator.py
tests/test_init.py
tests/test_observation.py
tests/test_observatory.py
tests/test_parse_input.py
tests/test_telescopes.py
tests/test_units.py
tests/test_utils.py