.gitignore
README.rst
pyproject.toml
.github/workflows/master-cd.yml
.github/workflows/tags-release.yml
.github/workflows/test-ci.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/denoisers.rst
docs/index.rst
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
examples/README.rst
examples/__init__.py
examples/conftest.py
examples/example_experimental_data.py
examples/example_visualisation.py
src/patch_denoise/__init__.py
src/patch_denoise/_docs.py
src/patch_denoise/_version.py
src/patch_denoise/denoise.py
src/patch_denoise.egg-info/PKG-INFO
src/patch_denoise.egg-info/SOURCES.txt
src/patch_denoise.egg-info/dependency_links.txt
src/patch_denoise.egg-info/entry_points.txt
src/patch_denoise.egg-info/requires.txt
src/patch_denoise.egg-info/top_level.txt
src/patch_denoise/bindings/__init__.py
src/patch_denoise/bindings/cli.py
src/patch_denoise/bindings/modopt.py
src/patch_denoise/bindings/nipype.py
src/patch_denoise/bindings/utils.py
src/patch_denoise/simulation/__init__.py
src/patch_denoise/simulation/activations.py
src/patch_denoise/simulation/noise.py
src/patch_denoise/simulation/phantom.py
src/patch_denoise/space_time/__init__.py
src/patch_denoise/space_time/base.py
src/patch_denoise/space_time/lowrank.py
src/patch_denoise/space_time/utils.py
src/patch_denoise/viz/__init__.py
src/patch_denoise/viz/plots.py
src/patch_denoise/viz/utils.py
tests/__init__.py
tests/conftest.py
tests/test_bindings.py
tests/test_denoiser.py
tests/test_spacetime_utils.py
tests/test_utils.py