-
Hi, I'm working on the "get started" spikeInterface guide (https://spikeinterface.readthedocs.io/en/latest/how_to/get_started.html). Using simulated data. However, I run into the following problem:
…
-
Hi all,
I just encountered an issue coming from the method of the WaveformExtractor :
```python
wf.select_units()
```
I get the following error :
```python
AssertionError: unit ids are…
-
Hi newbie here,
How do you load in Kilosort3 output that has been previously sorted outside of spikeinterface? We would like to bring this sorted data into spikeinterface for post processing using …
-
Hi, as I commented on a separate thread, I'm having some issues using Open Ephys legacy files to do sorting in spikeinterface. In particular, In some session these files can be correctly loaded and so…
-
Hello all,
I am using spikeinterface and Neo 0.12.0. I get an error concerning the time informations in the header due to, I guess, new patterns not supported yet by Neo. One is from new recording…
-
Some confusion caused by
![image](https://github.com/catalystneuro/format-support-table/assets/51133164/c0f46111-4cc4-457c-bc4d-8a6f43b2cb99)
could be resolved by counting the total number of kn…
-
I'm trying to load waveforms, from a recording that was saved in zarr format.
When calling
```
we = si.extract_waveforms(recording_saved_zarr, sorting, folder=base_folder / "waveforms",
…
-
I was resetting up a new env on my laptop and realized that there isn't an easy way to get a bunch of the packages for spikeinterface on the developer side. Since this is really only a couple time thi…
zm711 updated
11 months ago
-
Hi,
I asked the question [here](https://github.com/SpikeInterface/spikeinterface/issues/2177#issue-1981140312) yesterday about spikeGLX. I have 4 spikeGLX datasets, and I found only 1 of the 4 can't …
-
Hi,
I have implemented spikeinterface (with mountainsort4) on a dataset with large number of channels distributed across individual electrode arrays. I tested the sorting by splitting the recording…