LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/corrct/__init__.py
src/corrct/_projector_backends.py
src/corrct/data_terms.py
src/corrct/denoisers.py
src/corrct/filters.py
src/corrct/models.py
src/corrct/operators.py
src/corrct/param_tuning.py
src/corrct/projectors.py
src/corrct/regularizers.py
src/corrct/solvers.py
src/corrct/struct_illum.py
src/corrct/testing.py
src/corrct.egg-info/PKG-INFO
src/corrct.egg-info/SOURCES.txt
src/corrct.egg-info/dependency_links.txt
src/corrct.egg-info/requires.txt
src/corrct.egg-info/top_level.txt
src/corrct/alignment/__init__.py
src/corrct/alignment/centering.py
src/corrct/alignment/fitting.py
src/corrct/alignment/shifts.py
src/corrct/physics/__init__.py
src/corrct/physics/attenuation.py
src/corrct/physics/materials.py
src/corrct/physics/phase.py
src/corrct/physics/units.py
src/corrct/physics/xraylib_helper.py
src/corrct/physics/xrf.py
src/corrct/processing/__init__.py
src/corrct/processing/misc.py
src/corrct/processing/noise.py
src/corrct/processing/post.py
src/corrct/processing/pre.py
tests/test_alignment.py
tests/test_models.py
tests/test_operators.py
tests/test_param_tuning.py
tests/test_projectors.py
tests/test_regularizers.py
tests/test_solvers.py
tests/test_struct_illum.py