.gitignore
LICENSE.txt
README.md
environment.yml
pyproject.toml
.github/workflows/build-test.yml
.github/workflows/documentation.yml
.github/workflows/draft-pdf.yml
.github/workflows/publish.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/custom.css
docs/source/index.rst
docs/source/installation.rst
paper/paper.bib
paper/paper.md
potpyri/__init__.py
potpyri/_version.py
potpyri.egg-info/PKG-INFO
potpyri.egg-info/SOURCES.txt
potpyri.egg-info/dependency_links.txt
potpyri.egg-info/entry_points.txt
potpyri.egg-info/requires.txt
potpyri.egg-info/top_level.txt
potpyri/data/cal/BINOSPEC/mflat_g_2_11.fits.fz
potpyri/data/cal/BINOSPEC/mflat_i_2_11.fits.fz
potpyri/data/cal/BINOSPEC/mflat_r_2_11.fits.fz
potpyri/data/cal/BINOSPEC/mflat_z_2_11.fits.fz
potpyri/data/staticmasks/binospec.11.staticmask.fits.fz
potpyri/data/staticmasks/f2.11.staticmask.fits.fz
potpyri/data/staticmasks/gmos-n.22.staticmask.fits.fz
potpyri/data/staticmasks/gmos-s.22.staticmask.fits.fz
potpyri/data/staticmasks/lris.blue.test.11.staticmask.fits.fz
potpyri/data/staticmasks/lris.red.test.11.staticmask.fits.fz
potpyri/data/staticmasks/mosfire.11.staticmask.fits.fz
potpyri/instruments/BINOSPEC.py
potpyri/instruments/DEIMOS.py
potpyri/instruments/F2.py
potpyri/instruments/FOURSTAR.py
potpyri/instruments/GMOS.py
potpyri/instruments/IMACS.py
potpyri/instruments/LRIS.py
potpyri/instruments/MMIRS.py
potpyri/instruments/MOSFIRE.py
potpyri/instruments/__init__.py
potpyri/instruments/instrument.py
potpyri/scripts/main_pipeline.py
potpyri/scripts/archives/__init__.py
potpyri/scripts/archives/download_anet_index.py
potpyri/scripts/archives/download_gemini_data.py
potpyri/scripts/archives/download_keck_data.py
potpyri/stages/__init__.py
potpyri/stages/absphot.py
potpyri/stages/calibration.py
potpyri/stages/image_procs.py
potpyri/stages/photometry.py
potpyri/stages/solve_wcs.py
potpyri/stages/sort_files.py
potpyri/utils/__init__.py
potpyri/utils/logger.py
potpyri/utils/options.py
potpyri/utils/utilities.py
tests/__init__.py
tests/test_absphot.py
tests/test_calibration.py
tests/test_init.py
tests/test_photometry.py
tests/test_sort.py
tests/test_stack.py
tests/test_staticmask.py
tests/test_wcs.py
tests/utils.py