cortex-lab / phy

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

Conserve filtering when switching cluster in SimilarityView #1087

Open TomBugnon opened 3 years ago

TomBugnon commented 3 years ago

Hi all,

I would like to filter out once and for all some clusters from the similarity view, to go faster when examining possible merges.I can properly filter clusters in the SimilarityView:

Before applying filter: image After applying filter: image

However, after switching main cluster, the SimilarityView is empty: image

The similarityview table remains empty even if I revert back to the original cluster, so I assume this is a bug.

I'm on Ubuntu 20.04, using the dev main branch (phy, version 2.0b2.dev-git-v2.0a1-202-g3e4dfb9b)

Thanks