.gitignore
.readthedocs.yaml
.rtd-environment.yml
CHANGES.rst
CITATION
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
MANIFEST.in
README.md
environment.yml
environment_dev.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.git/HEAD
.git/config
.git/description
.git/index
.git/packed-refs
.git/hooks/applypatch-msg.sample
.git/hooks/commit-msg.sample
.git/hooks/fsmonitor-watchman.sample
.git/hooks/post-update.sample
.git/hooks/pre-applypatch.sample
.git/hooks/pre-commit.sample
.git/hooks/pre-merge-commit.sample
.git/hooks/pre-push.sample
.git/hooks/pre-rebase.sample
.git/hooks/pre-receive.sample
.git/hooks/prepare-commit-msg.sample
.git/hooks/update.sample
.git/info/exclude
.git/logs/HEAD
.git/logs/refs/heads/master
.git/logs/refs/remotes/origin/HEAD
.git/objects/pack/pack-d3b7e897d9f7895a17a3ceb66c6e6a7c441f9dc6.idx
.git/objects/pack/pack-d3b7e897d9f7895a17a3ceb66c6e6a7c441f9dc6.pack
.git/refs/heads/master
.git/refs/remotes/origin/HEAD
.github/workflows/ci_workflows.yml
STScI_STIPS.egg-info/PKG-INFO
STScI_STIPS.egg-info/SOURCES.txt
STScI_STIPS.egg-info/dependency_links.txt
STScI_STIPS.egg-info/not-zip-safe
STScI_STIPS.egg-info/requires.txt
STScI_STIPS.egg-info/top_level.txt
docs/Makefile
docs/basic_tutorial.rst
docs/bugs.rst
docs/conf.py
docs/examples.rst
docs/help.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.txt
docs/rtd-pip-requirements
docs/using_stips.rst
docs/exts/numfig.py
docs/roman_figures/stips_basic_tutorial.png
docs/roman_figures/stips_demo.png
docs/using_stips/catalogue_formats.rst
docs/using_stips/config_file.rst
docs/using_stips/psf_grid.rst
licenses/LICENSE.rst
licenses/README.rst
licenses/TEMPLATE_LICENCE.rst
notebooks/STIPS Tutorial.ipynb
ref_data/retrieve_stips_data.py
stips/__init__.py
stips/conftest.py
stips.egg-info/PKG-INFO
stips.egg-info/SOURCES.txt
stips.egg-info/dependency_links.txt
stips.egg-info/not-zip-safe
stips.egg-info/requires.txt
stips.egg-info/top_level.txt
stips/astro_image/__init__.py
stips/astro_image/astro_image.py
stips/astro_image/tests/__init__.py
stips/astro_image/tests/test_AstroImage.py
stips/astro_image/tests/test_header.py
stips/astro_image/tests/test_wcs.py
stips/data/CreateIsochroneGrid.py
stips/data/CreatePhoenixGrid.py
stips/data/__init__.py
stips/data/stips_config.yaml
stips/errors/__init__.py
stips/errors/make_cosmic_ray.py
stips/instruments/__init__.py
stips/instruments/instrument.py
stips/instruments/roman_instrument.py
stips/instruments/wfi.py
stips/observation_module/__init__.py
stips/observation_module/observation_module.py
stips/scene_module/__init__.py
stips/scene_module/convert_units.py
stips/scene_module/scene_module.py
stips/stellar_module/__init__.py
stips/stellar_module/star_generator.py
stips/tests/__init__.py
stips/tests/test_roman.py
stips/utilities/DataTable.py
stips/utilities/__init__.py
stips/utilities/makePSF.py
stips/utilities/testing.py
stips/utilities/utilities.py
stips/utilities/tests/test_config.py