LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
automatic_spike_detection.egg-info/PKG-INFO
automatic_spike_detection.egg-info/SOURCES.txt
automatic_spike_detection.egg-info/dependency_links.txt
automatic_spike_detection.egg-info/requires.txt
automatic_spike_detection.egg-info/top_level.txt
spidet/__init__.py
spidet/plotting.py
spidet/spike_detection_pipeline.py
spidet/test_clustering.py
spidet/test_preprocessing.py
spidet/test_thresholding.py
spidet/domain/PreprocessedData.py
spidet/domain/Trace.py
spidet/domain/__init__.py
spidet/load/__init__.py
spidet/load/data_loading.py
spidet/preprocess/__init__.py
spidet/preprocess/filtering.py
spidet/preprocess/line_length.py
spidet/preprocess/preprocessing.py
spidet/preprocess/resampling.py
spidet/preprocess/rescaling.py
spidet/spike_detection/__init__.py
spidet/spike_detection/clustering.py
spidet/spike_detection/nmf.py
spidet/spike_detection/nmf_pipeline.py
spidet/spike_detection/projecting.py
spidet/spike_detection/thresholding.py
spidet/utils/__init__.py
spidet/utils/logging_utils.py
spidet/utils/plotting_utils.py