LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/figures/logo.png
assets/figures/overview.png
augmentrum/__init__.py
augmentrum.egg-info/PKG-INFO
augmentrum.egg-info/SOURCES.txt
augmentrum.egg-info/dependency_links.txt
augmentrum.egg-info/requires.txt
augmentrum.egg-info/top_level.txt
augmentrum/augmentation/__init__.py
augmentrum/augmentation/amplitude_scaling.py
augmentrum/augmentation/apodization.py
augmentrum/augmentation/artificial_peaks.py
augmentrum/augmentation/baseline_augmentation.py
augmentrum/augmentation/eddy_current.py
augmentrum/augmentation/gaussian_noise.py
augmentrum/augmentation/line_broadening.py
augmentrum/augmentation/phase_frequency.py
augmentrum/augmentation/residual_water.py
augmentrum/augmentation/spatial_augmentations.py
augmentrum/augmentation/spurious_echoes.py
augmentrum/augmentation/zero_fill.py
augmentrum/core/__init__.py
augmentrum/core/augmentrum.py
augmentrum/core/base_module.py
augmentrum/core/dataset_utils.py
augmentrum/core/nifti_mrs_plus.py
augmentrum/core/pipeline.py
augmentrum/dataset/brainbeats.py
augmentrum/dataset/cows.py
augmentrum/dataset/fmrsinpain.py
augmentrum/processing/bicubic_interpolator.py
augmentrum/processing/nifti_raw_processor.py
augmentrum/processing/tricubic_interpolator.py
augmentrum/processing/utils.py
augmentrum/resources/__init__.py
augmentrum/resources/scans/__init__.py
augmentrum/sampling/coil_average_sampler.py
augmentrum/sampling/kspace_reconstructor.py
augmentrum/sampling/kspace_sampling.py
augmentrum/sampling/subject_splitter.py
augmentrum/utils/__init__.py
augmentrum/utils/philips.py
augmentrum/utils/plotting.py
augmentrum/utils/tensor_ops.py
tests/test_readme_table.py