cortex-lab / phy

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

KiwkGui channel groups save #1203

Open jakeswann1 opened 1 year ago

jakeswann1 commented 1 year ago

Hi! I am curating some klusta-sorted tetrode data using the kwik-gui and I have the .kwik file set up such that each tetrode is a separate channel group. I can load each channel group well and the cluster labels are loaded from the cache, but each time I save, the cluster_info.tsv is overwritten with the current channel group. Would it be possible to implement separate cluster_info.tsv saves named by channel_group? For example, if I run 'phy.apps.kwik-gui(path, channel_group = 2)' then the cluster info should be saved to something like 'cluster_info2.tsv'

Alternatively, has anyone written a suitable plugin or found a way to pull this information from cache? Thanks in advance for your help!