csn-le / wave_clus

A fast and unsupervised algorithm for spike detection and sorting using wavelets and super-paramagnetic clustering
127 stars 66 forks source link

Wave_Clus GUI #91

Closed heetkaku closed 6 years ago

heetkaku commented 6 years ago

Hi, I would like to add a few custom features to wave_clus, for example play the signal as audio. Where exactly should I look to make changes/add buttons to the GUI?

Regards, Heet Kaku

ferchaure commented 6 years ago

Hi Heet Kaku If you know how to edit the callbacks of the buttons/add new ones, a good example is the function manual_clus_button_Callback (line 723 in wave_clus.m)

heetkaku commented 6 years ago

I have a basic idea of it yes, I will give it a try.

Thank you for your help : Heet Kaku