LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/tapenade/__init__.py
src/tapenade/data.py
src/tapenade.egg-info/PKG-INFO
src/tapenade.egg-info/SOURCES.txt
src/tapenade.egg-info/dependency_links.txt
src/tapenade.egg-info/entry_points.txt
src/tapenade.egg-info/requires.txt
src/tapenade.egg-info/top_level.txt
src/tapenade/_tests/__init__.py
src/tapenade/analysis/__init__.py
src/tapenade/analysis/deformation/__init__.py
src/tapenade/analysis/deformation/additional_regionprops_properties.py
src/tapenade/analysis/deformation/deformation_quantification.py
src/tapenade/analysis/spatial_correlation/__init__.py
src/tapenade/analysis/spatial_correlation/_spatial_correlation_plotter.py
src/tapenade/notebooks/deformation_analysis_notebook.ipynb
src/tapenade/notebooks/masked_gaussian_smoothing_notebook.ipynb
src/tapenade/notebooks/preprocessing_notebook.ipynb
src/tapenade/notebooks/registration_notebook.ipynb
src/tapenade/notebooks/segmentation_notebook.ipynb
src/tapenade/notebooks/spatial_correlation_analysis_notebook.ipynb
src/tapenade/notebooks/spectral_filtering_notebook.ipynb
src/tapenade/notebooks/demo_data/.keep
src/tapenade/preprocessing/__init__.py
src/tapenade/preprocessing/_array_rescaling.py
src/tapenade/preprocessing/_axis_alignment.py
src/tapenade/preprocessing/_intensity_normalization.py
src/tapenade/preprocessing/_labels_masking.py
src/tapenade/preprocessing/_local_contrast_enhancement.py
src/tapenade/preprocessing/_preprocessing.py
src/tapenade/preprocessing/_segmentation.py
src/tapenade/preprocessing/_smoothing.py
src/tapenade/preprocessing/_thresholding.py
src/tapenade/preprocessing/segmentation_postprocessing.py
src/tapenade/preprocessing/_tests/__init__.py
src/tapenade/reconstruction/__init__.py
src/tapenade/reconstruction/_reconstruct.py
src/tapenade/segmentation/__init__.py
src/tapenade/segmentation/_segment.py