Tutorials¶
Longer form tutorials about using spikeinterface. Many of these are downloadable as notebooks or python scripts so that you can “code along” to the tutorials.
If you’re new to SpikeInterface, we recommend trying out the Quickstart tutorial first.
Updating from legacy¶
Core tutorials¶
These tutorials focus on the spikeinterface.core
module
Append and/or concatenate segments
Extractors tutorials¶
The spikeinterface.extractors
module is designed to load and save recorded and sorted data and to handle
probe information.
RecordingExtractors
SortingExtractors
Handling probe information
Read various format into SpikeInterface
Quality metrics tutorial¶
The spikeinterface.qualitymetrics
module allows users to compute various quality metrics to assess the
goodness of a spike sorting output.
Comparison tutorial¶
The spikeinterface.comparison
module allows to compare sorter output or benchmark to ground truth.
sphx_glr_tutorials_comparison_generate_erroneous_sorting.py
Explore sorters weaknesses with ground-truth comparison
Widgets tutorials¶
The widgets
module contains several plotting routines (widgets) for
visualizing recordings and sorting data, probe layout, and many more!
RecordingExtractor Widgets Gallery
SortingExtractor Widgets Gallery