spikeinterface
spikeinterface copied to clipboard
A Python-based module for creating flexible and robust spike sorting pipelines.
I've fixed all the tests for the benchmarks in the sortingcomponents, trying to cover all the plot functions available so far. I've also added the benchmark_peak_detection() alongside with its test....
Modifications of the default parameters for SC2 in order to work with tetrode and/or single channel recordings more efficiently, following the WIRED workshop
Hello, I have a 32-channel recording with the following specs: ``` NwbRecordingExtractor: 32 channels - 30.0kHz - 1 segments - 44,771,040 samples 1,492.37s (24.87 minutes) - float64 dtype - 10.67...
Hi, Once the waveform figure is plotted its taking a lot of time (~2 mins) to process from waveform of one unit to another. This also happened with 0.100.0 but...
Added several methods to MockWaveformExtractor and changed arguments in compute_blah_extensions function. Will keep in draft until tests are added. Added: - format - get_available_extension_names - precompute_templates - sample_spikes - run_extract_waveforms...
This PR adds the possibility, for teaching purpose, to cluster only from a subset of all the spikes. Note, however, that this is still very slow with HDBSCAN, mostly because...
Hi everyone, I have been updating my code to use the new **SortingAnalyzer** class, and I have some questions about it. - First, I noticed that it's not possible to...
Hi, I've noticed 2 things when running the motion corrections. First thing is that the recording object post correction has fewer channels. Is that deliberate? Secondly, the estimate motion step...
# Rationale Since SpikeInterface v0.90, the processing of a recording + a spike sorting output started from the creation of a `WaveformExtractor` and the subsequent addition of data from the...