.gitignore
.readthedocs.yaml
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
asv.conf.json
pyproject.toml
tox.ini
.github/CODEOWNERS
.github/labeler.yml
.github/pull_request_template.md
.github/workflows/changelog.yml
.github/workflows/ci.yml
.github/workflows/ci_cron.yml
.github/workflows/label_pull_request.yml
.github/workflows/publish-to-pypi.yml
benchmarks/__init__.py
benchmarks/dark_current.py
benchmarks/jump.py
benchmarks/linearity.py
benchmarks/ramp_fitting.py
benchmarks/saturation.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/rtd_environment.yaml
docs/stcal/package_index.rst
docs/stcal/jump/description.rst
docs/stcal/jump/index.rst
docs/stcal/ramp_fitting/description.rst
docs/stcal/ramp_fitting/index.rst
src/stcal/__init__.py
src/stcal/_version.py
src/stcal/basic_utils.py
src/stcal/conftest.py
src/stcal/dqflags.py
src/stcal/dynamicdq.py
src/stcal.egg-info/PKG-INFO
src/stcal.egg-info/SOURCES.txt
src/stcal.egg-info/dependency_links.txt
src/stcal.egg-info/requires.txt
src/stcal.egg-info/top_level.txt
src/stcal.egg-info/zip-safe
src/stcal/dark_current/__init__.py
src/stcal/dark_current/dark_class.py
src/stcal/dark_current/dark_sub.py
src/stcal/jump/__init__.py
src/stcal/jump/constants.py
src/stcal/jump/jump.py
src/stcal/jump/twopoint_difference.py
src/stcal/linearity/__init__.py
src/stcal/linearity/linearity.py
src/stcal/ramp_fitting/__init__.py
src/stcal/ramp_fitting/gls_fit.py
src/stcal/ramp_fitting/ols_fit.py
src/stcal/ramp_fitting/ramp_fit.py
src/stcal/ramp_fitting/ramp_fit_class.py
src/stcal/ramp_fitting/utils.py
src/stcal/saturation/__init__.py
src/stcal/saturation/saturation.py
tests/__init__.py
tests/test_dark_current.py
tests/test_dq.py
tests/test_jump.py
tests/test_linearity.py
tests/test_ramp_fitting.py
tests/test_ramp_fitting_gls_fit.py
tests/test_saturation.py
tests/test_twopoint_difference.py
tests/data/input_gdq_flarge.fits
tests/data/large_event_input_dq_cube2.fits
tests/data/snowball1.fits