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