.gitignore
.readthedocs.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/workflows/ci_test.yml
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/psfr.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/stacked_psf_animation.gif
docs/_static/stacked_psf_animation.gif
notebooks/JWST_PSF_reconstruction.ipynb
notebooks/testing.ipynb
psfr/__init__.py
psfr/mask_util.py
psfr/psfr.py
psfr/util.py
psfr.egg-info/PKG-INFO
psfr.egg-info/SOURCES.txt
psfr.egg-info/dependency_links.txt
psfr.egg-info/not-zip-safe
psfr.egg-info/top_level.txt
psfr/Data/JWST/psf_f090w_star0.fits
psfr/Data/JWST/psf_f090w_star1.fits
psfr/Data/JWST/psf_f090w_star2.fits
psfr/Data/JWST/psf_f090w_star3.fits
psfr/Data/JWST/psf_f090w_star4.fits
psfr/Data/JWST_mock/psf_f090w_supersample5_crop.fits
tests/__init__.py
tests/test_psfr.py
tests/test_util.py
tests/test_Examples/__init__.py
tests/test_Examples/test_JWST.py
tests/test_Examples/test_gaussian.py