spikeinterface icon indicating copy to clipboard operation
spikeinterface copied to clipboard

A Python-based module for creating flexible and robust spike sorting pipelines.

Results 577 spikeinterface issues
Sort by recently updated
recently updated
newest added

This looks very similar to the `isi_violations`, but there are some subtle differences which (in my opinion) makes it more accurate. I want to implement it parallel to the isi...

I'm getting this error when trying to run `klusta` sorter in docker or singularity mode The sorter runs well, this happens when SI tries to extract the container's output ```---------------------------------------------------------------------------...

container

@Dradeliomecus : here a first draft for fixing CC. At the moment no test passing. All implementation are failling for the tests.

Propagate "load_sync_channel" args to spikeinterface. And also remove HAVE_NEO_10_2 because it is a mandatory dep.

Hi, I am probably making some basic mistake, but I have tried to follow the ProbeInterface documentation as best I could, in order to add the probe information required by...

question

See https://github.com/SpikeInterface/spikeinterface/blob/master/spikeinterface/core/baserecording.py#L493 Especially when setting with `shank_ids`, I think we should enable at least str, since shank ids could have a name @samuelgarcia

enhancement

I'm working on BioCAM MEA recordings, and so far I've been able to use the standalone HerdingSpikes sorter without issues, reading directly from the proprietary .brw files. However, I'd like...

NEO

Based on https://github.com/SpikeInterface/spikeinterface/pull/632 from @maurotoro

(Using SpikeInterface version 0.94.0) I have ephys data with type "uint16" stored in .raw.h5 format. I use the following code to convert the data to .dat format for Kilosort2. ![image](https://user-images.githubusercontent.com/106136055/169956521-77aaf17c-e964-4b34-aa05-40822d7cf52d.png)...

question