spikeinterface icon indicating copy to clipboard operation
spikeinterface copied to clipboard

How to get data for clustering after run_sorter?

Open gwq123456 opened this issue 3 years ago • 1 comments

Hello, When I execute run_sorter, how can I call the method to get the data after sorter for clustering operation? Is there a relevant reference example?

Thank-you for your time, gwq

gwq123456 avatar Sep 21 '22 04:09 gwq123456

Hi @gwq123456

What kind of cllustering operation are you referring to? You can get the spike trains wiht:

st = sorting.get_unit_spike_train(unit_id=unit)

alejoe91 avatar Oct 06 '22 10:10 alejoe91