SpikeInterface / spikeinterface

A Python-based module for creating flexible and robust spike sorting pipelines.
https://spikeinterface.readthedocs.io
MIT License
531 stars 188 forks source link

Sc2 making use of new recording slices #3518

Open yger opened 2 weeks ago

yger commented 2 weeks ago

This PR adds the possibility for SC2 to make use of the newly introduced recording slices. I.e. while detecting peaks, chunks are shuffled given a seed, and when enough peaks have been collected for clustering, we stop looking for peaks instead of collecting everything, then slicing

yger commented 6 days ago

Depends on #3533, but need to understand why this one is failing