-
Hello.
I am working through the SpikeInterface DEMO v0.95 - NeuroDataReHack - October 2022 Notebook. I've installed SpikeInterface version 0.98.2. I have gotten to the section on running a sorter i…
-
I used the following code to generate waveforms:
The results i got:
I want some help with the x axis of the graph here! is the time in milliseconds ?
We got a review on the graph sayin…
-
```
>>> import spikeinterface.full as si
>>> from spikeinterface import widgets as spw
>>> si.__version__
'0.97.1'
>>> we = si.WaveformExtractor.load_from_folder("TestRun-Tr2wPP/waveforms")
>>>…
-
When I try to compute the quality metrics (I try to run all possible metrics to have a basic idea how my data look like), I met a error called KeyError: 'pca_1023'
The code
`new_m = si.compute_qua…
-
### What happened?
I am trying to import Neuralynx acquired data using neuroconv and got the traceback below (see traceback section)
Hoping you have insight into this.
On the Neuralynx webpage, th…
-
Hi there,
I'm trying to get SpykingCircus2 to run on a 30 minute tetrode recording. My problem is that it seems to use an awful lot of memory, so it keeps crashing out.
I'm using spikeinterface …
-
First off, thank you for developing this amazing tool! Everything works fine for SpikeGLX data but I'm a bit confused about something about the OpenEphys GUI data I have. Whereas SpikeGLX saves the ch…
-
Hi,
I am attempting to run Lussac on multiple sorter outputs that I have previously computed using SpikeInterface.
To do this, I am using the following script:
__________________________________…
-
Hi!
I am using a caching library which saves the data by serializing it using pickle. Unfortunately, it crashes when I use a NumpySorting instance, with the error message:
> Traceback (most rece…
-
Hello, I am trying to run different spike sorters with MEArec dataset. Pykilosort/kilosort/Herdingspikes/Ironclust works well, but with Spykingcircus2, I encouter the error:
```
Traceback (most rece…