SpikeInterface / spikeinterface

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

Add "how to" for how to load your own data as a sorting object #2912

Closed h-mayorquin closed 5 months ago

h-mayorquin commented 5 months ago
zm711 commented 5 months ago

Wouldn't it make more sense to just accept a dict or a numpy vector. So we explain how to make the spike dict or the spike vector? And then we could generate a sorting object from that?

h-mayorquin commented 5 months ago

Yes, I agree. Good point.