.gitignore
CONTRIBUTING.md
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/DEPLOY.md
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/custom.css
docs/source/index.rst
docs/source/installation.rst
docs/source/api/index.rst
docs/source/api/instruments.rst
docs/source/api/primitives.rst
docs/source/api/scripts.rst
docs/source/api/utils.rst
docs/source/api/generated/potpyri.instruments.BINOSPEC.rst
docs/source/api/generated/potpyri.instruments.DEIMOS.rst
docs/source/api/generated/potpyri.instruments.F2.rst
docs/source/api/generated/potpyri.instruments.FOURSTAR.rst
docs/source/api/generated/potpyri.instruments.GMOS.rst
docs/source/api/generated/potpyri.instruments.IMACS.rst
docs/source/api/generated/potpyri.instruments.LRIS.rst
docs/source/api/generated/potpyri.instruments.MMIRS.rst
docs/source/api/generated/potpyri.instruments.MOSFIRE.rst
docs/source/api/generated/potpyri.instruments.instrument.rst
docs/source/api/generated/potpyri.primitives.absphot.rst
docs/source/api/generated/potpyri.primitives.calibration.rst
docs/source/api/generated/potpyri.primitives.image_procs.rst
docs/source/api/generated/potpyri.primitives.photometry.rst
docs/source/api/generated/potpyri.primitives.solve_wcs.rst
docs/source/api/generated/potpyri.primitives.sort_files.rst
docs/source/api/generated/potpyri.scripts.archives.download_anet_index.rst
docs/source/api/generated/potpyri.scripts.archives.download_gemini_data.rst
docs/source/api/generated/potpyri.scripts.archives.download_keck_data.rst
docs/source/api/generated/potpyri.scripts.main_pipeline.rst
docs/source/api/generated/potpyri.utils.logger.rst
docs/source/api/generated/potpyri.utils.options.rst
docs/source/api/generated/potpyri.utils.utilities.rst
images/Pipeline_flow_diagram.pdf
images/Stack_examples.pdf
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/scm_file_list.json
potpyri.egg-info/scm_version.json
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/primitives/__init__.py
potpyri/primitives/absphot.py
potpyri/primitives/calibration.py
potpyri/primitives/image_procs.py
potpyri/primitives/photometry.py
potpyri/primitives/solve_wcs.py
potpyri/primitives/sort_files.py
potpyri/scripts/__init__.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/utils/__init__.py
potpyri/utils/catalogs.py
potpyri/utils/logger.py
potpyri/utils/options.py
potpyri/utils/utilities.py
tests/__init__.py
tests/test_absphot.py
tests/test_background_subtraction.py
tests/test_calibration.py
tests/test_error.py
tests/test_image_procs.py
tests/test_init.py
tests/test_instruments.py
tests/test_main_pipeline_photometry.py
tests/test_options.py
tests/test_photometry.py
tests/test_photometry_regressions.py
tests/test_sort.py
tests/test_stack.py
tests/test_staticmask.py
tests/test_utilities.py
tests/test_wcs.py
tests/utils.py