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

Hi @samuelgarcia and all, Initializing a `spikeinterface.extractors.SpikeGLXRecordingExtractor` object from a probe directory with gate index 0 works properly: ``` $ ls subject_dir/run_name_g0/run_name_g0_imec0 1-6-2022_g0_t0.imec0.lf.bin 1-6-2022_g0_t1.imec0.lf.bin 1-6-2022_g0_t2.imec0.lf.bin 1-6-2022_g0_t0.imec0.lf.meta 1-6-2022_g0_t1.imec0.lf.meta 1-6-2022_g0_t2.imec0.lf.meta ``` ```python...

NEO

As Plexon .plx file is supported, will there also compatibility for the newer format .pl2 be implemented?

NEO

Hi developers, Sorry I have a simple question... After I read the API doc, there are two parameters, namely, _channel_ids_ and _units_ids_ in the _plot_unit_waveforms_ function. So basically can I...

question

@lfrank @magland @alejoe91 summary: #552 didn't resolve our issue issue: we store data from both tetrodes and probes in the same NWB file. The location of the channels in a...

https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/src/master/neuroscope/dataset_1

enhancement

Hi all, when we use a multishank probe, we observe a mismatch between the probe mapping and the order in which the channels are plotted using sw.plot_timeseries when the boolean...

bug

An interesting observation I've made while sorting a relatively small recording is an enormous processing time difference between using mountainsort installed independently ([this version)](https://github.com/flatironinstitute/mountainlab-js), vs running it through spike interface...

question

In the past, we have used Kilosort2 to do sorting. Because we are using 64 channel tetrodes, and the recommendations from Kilosort is to give each tetrode a different `kcood`...

question

@samuelgarcia @alejoe91 https://github.com/SpikeInterface/spikeinterface/pull/489 > By the way, I think the users should always give to sorters an AppendRecording and get back a SplitSorting. For the sorters that only operate on...

enhancement