Open
Description
Hi!
I have been making various computations on ephys data from kiloSort, such as plotting the mean waveform for a given cluster.
To do that, I'm using a template.npy which isn't modified by using phy.
The resulting issue is that the clusters that were merged or split in phy have now cluster ids that go beyond what the template file contains, making it impossible to do anything with those clusters.
Is there any way to solve this problem? It's not a phy issue strictly speaking, but it does come from using it; perhaps you have the answer?
PS: I've tested my code on unsorted data and it works fine.