.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
readme_image.png
tox.ini
.github/workflows/linting.yml
spikewrap/__init__.py
spikewrap/command_line_interface.py
spikewrap.egg-info/PKG-INFO
spikewrap.egg-info/SOURCES.txt
spikewrap.egg-info/dependency_links.txt
spikewrap.egg-info/entry_points.txt
spikewrap.egg-info/requires.txt
spikewrap.egg-info/top_level.txt
spikewrap/configs/configs.py
spikewrap/configs/default.yaml
spikewrap/configs/test_pp_large_file.yaml
spikewrap/configs/test_pp_small_file.yaml
spikewrap/data_classes/base.py
spikewrap/data_classes/preprocessing.py
spikewrap/data_classes/sorting.py
spikewrap/examples/example_full_pipeline.py
spikewrap/examples/example_postprocess.py
spikewrap/examples/example_sort.py
spikewrap/examples/example_visualise.py
spikewrap/examples/example_visualise_preprocessing_output.py
spikewrap/pipeline/full_pipeline.py
spikewrap/pipeline/load_data.py
spikewrap/pipeline/postprocess.py
spikewrap/pipeline/preprocess.py
spikewrap/pipeline/sort.py
spikewrap/pipeline/visualise.py
spikewrap/pipeline/waveform_compare.py
spikewrap/utils/custom_types.py
spikewrap/utils/slurm.py
spikewrap/utils/utils.py
tests/README.md
tests/__init__.py
tests/test_integration/__init__.py
tests/test_integration/test_initial.py
tests/test_unit/__init__.py