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/domain/Artifacts.py
spidet/domain/BadTimesType.py
spidet/domain/BasisFunction.py
spidet/domain/CoefficentsFunction.py
spidet/domain/DetectedEvent.py
spidet/domain/DetectionFunction.py
spidet/domain/FunctionType.py
spidet/domain/Trace.py
spidet/domain/__init__.py
spidet/load/__init__.py
spidet/load/data_loading.py
spidet/preprocess/__init__.py
spidet/preprocess/artifact_detection.py
spidet/preprocess/filtering.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/line_length.py
spidet/spike_detection/nmf.py
spidet/spike_detection/projecting.py
spidet/spike_detection/spike_detection_pipeline.py
spidet/spike_detection/thresholding.py
spidet/utils/__init__.py
spidet/utils/file_utils.py
spidet/utils/logging_utils.py
spidet/utils/plotting_utils.py
spidet/utils/times_utils.py
spidet/utils/variables.py
tests/test_artifact_detection.py
tests/test_clustering.py
tests/test_data_loading.py
tests/test_df_loading.py
tests/test_file_conversion.py
tests/test_line_length.py
tests/test_spike_detection.py
tests/test_thresholding.py