spikeinterface
spikeinterface copied to clipboard
A Python-based module for creating flexible and robust spike sorting pipelines.
Hi Everyone I’m spike sorting neuropixels 1.0 data via spikeinterface, with spykingcurcus & tridesclous exporting the results to phy for visualization & manual curation. I have strange views on phy...
`file_path` -> `folder_path`
Hello, Running Spyking Circus 2 (same goes for Tridesclous 2) on both a real dataset and a recording generated by `si.toy_example()` fail with a pickle error. Here the minimal reproducible...
We store recording traces as int16 to save space and then whiten within mountainsort4 for sorting. We also use whitened recordings for the metrics, and currently the whitened extractor is...
`RemoveArtifactsRecording` takes as input `list_triggers`, which are in frames. On the other hand, `ms_before` and `ms_after` are in milliseconds. This is converted to frames using the sampling rate later. As...
I've been having some stalls in the `ProcessPoolExecutor` when creating some `WaveformExtractor` objects. Unfortunately, there aren't any factors that occur to me for debugging this. However, I made a quick...
Dear developers, (I'm not sure if this should be an issue or a discussion) this may be because I'm new to Python (and a bit dull), but I have had...
Hello team, I've just git pulled the latest version of spikeinterface and set the SPIKEINTERFACE_DEV_PATH. I'm getting the following error message: ``` SpikeSortingError: Spike sorting in docker failed with the...