.flake8
.gitignore
.readthedocs.yaml
CHANGES.rst
CITATION.cff
CLAUDE.md
MANIFEST.in
README.rst
conftest.py
environment-dev.yml
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/cron-tests.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/tox-tests.yml
docs/Makefile
docs/api.rst
docs/atm_transmission_secz1.5_1.6mm.dat
docs/background.rst
docs/conf.py
docs/contributing.rst
docs/extinction.rst
docs/extraction.rst
docs/glossary.rst
docs/index.rst
docs/make.bat
docs/roadmap.png
docs/specphot_standards.rst
docs/terms.rst
docs/trace.rst
docs/user_guide.rst
docs/_static/logo_icon.ico
docs/_static/logo_icon.png
docs/_static/specreduce.css
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/getting_started/index.rst
docs/getting_started/installation.rst
docs/getting_started/quickstart.ipynb
docs/getting_started/quickstart.py
docs/mask_treatment/fig_masking_apply.svg
docs/mask_treatment/fig_masking_apply_mask_only.svg
docs/mask_treatment/fig_masking_apply_nan_only.svg
docs/mask_treatment/fig_masking_ignore.svg
docs/mask_treatment/fig_masking_nan_fill.svg
docs/mask_treatment/fig_masking_propagate.svg
docs/mask_treatment/fig_masking_zero_fill.svg
docs/mask_treatment/mask_treatment.rst
docs/process/NIR_MOS_arc.odg
docs/process/NIR_MOS_arc.svg
docs/process/NIR_MOS_flat.odg
docs/process/NIR_MOS_flat.svg
docs/process/NIR_MOS_science.odg
docs/process/NIR_MOS_science.svg
docs/process/NIR_MOS_trace.odg
docs/process/NIR_MOS_trace.svg
docs/process/NIR_arcs.rst
docs/process/NIR_flats.rst
docs/process/NIR_science_data.rst
docs/process/index.rst
docs/tilt_correction/tilt_correction.png
docs/tilt_correction/tilt_correction.rst
docs/wavelength_calibration/wavelength_calibration.rst
licenses/KOSMOS_LICENSE
licenses/LICENSE.rst
specreduce/__init__.py
specreduce/background.py
specreduce/calibration_data.py
specreduce/conftest.py
specreduce/core.py
specreduce/extract.py
specreduce/fluxcal.py
specreduce/line_matching.py
specreduce/table_utils.py
specreduce/tilt_correction.py
specreduce/tilt_solution.py
specreduce/tracing.py
specreduce/version.py
specreduce/wavecal1d.py
specreduce/wavelength_calibration.py
specreduce/wavesol1d.py
specreduce.egg-info/PKG-INFO
specreduce.egg-info/SOURCES.txt
specreduce.egg-info/dependency_links.txt
specreduce.egg-info/requires.txt
specreduce.egg-info/top_level.txt
specreduce/tests/__init__.py
specreduce/tests/conftest.py
specreduce/tests/test_background.py
specreduce/tests/test_core.py
specreduce/tests/test_extinction.py
specreduce/tests/test_extract.py
specreduce/tests/test_image_parsing.py
specreduce/tests/test_line_matching.py
specreduce/tests/test_linelists.py
specreduce/tests/test_mask_treatment.py
specreduce/tests/test_specphot_stds.py
specreduce/tests/test_synth_data.py
specreduce/tests/test_tilt_correction.py
specreduce/tests/test_tilt_solution.py
specreduce/tests/test_tracing.py
specreduce/tests/test_utils.py
specreduce/tests/test_wavecal1d.py
specreduce/tests/test_wavelength_calibration.py
specreduce/tests/test_wavesol1d.py
specreduce/tests/data/transposed_det_image_seq5_MIRIMAGE_P750Lexp1_s2d.fits
specreduce/utils/__init__.py
specreduce/utils/synth_data.py
specreduce/utils/utils.py