spikeinterface
spikeinterface copied to clipboard
A Python-based module for creating flexible and robust spike sorting pipelines.
Hello, When saving a preprocessed binary recording to a folder, there are conflicting annotations in two different json files about the status of the binary filtering. Here's the snippet I'm...
Hello, I am finding that in a few instances, some units sorted in kilosort 4 show a peak misalignment that causes the software to split them. Here is an example...
Fixes #2596 This is super useful for example to plot different processing layers!
and `get_computable_extensions()` @samuelgarcia @h-mayorquin @zm711 couldn't come up with a better name for the latter. Any suggestion? At one point, we will make the switch and define proper pydantic models...
Hi I am trying to read the intan .rhs file as given in the code below, but I get the following errors. Could you help whats going wrong here? ![Screenshot...
Hi! I'm trying to run Ironclust using Spike Interface on a .py file that I want to directly run from the command prompt. However, when I try to do so,...
Getting the error message "Exception: There are no channel locations." Running sorting on kilosort2, through the kilosort GUI/MATLAB, sorting seems to work fine so evidently channel locations do exist on...
Following #2512 Implements and updates IBL extractors (streaming): - Use IBL-like semantics (`eid`, `pid`, etc.). - ALFextractor uses `samples` instead of `times` - Removed `IblStreamingRecordingExtractor` in favor of `IblRecordingExtractor` (@CodyCBakerPhD...
This PR adds the seeding property of the NoiseGeneratorRecording to the remove_silence function. To be more precise, I slightly extended the possibility of the NoiseGeneratorRecording to handle multiple noise_levels, such...