cortex-lab / phy

phy: interactive visualization and manual spike sorting of large-scale ephys data
BSD 3-Clause "New" or "Revised" License
313 stars 157 forks source link

count the number of filtered clusters #1093

Open hanhou opened 3 years ago

hanhou commented 3 years ago

Hi,

I wonder whether there is a fast way to get the total number of clusters after some filtering.

What I'm doing now is writing a line of code in the iPython window like this:

image

But I think it would be much better if this info is directly available in the ClusterView (around my red circle for example)

image

Thanks!