cortex-lab / KiloSort

GPU code for spike sorting
GNU General Public License v2.0
175 stars 100 forks source link

GUI bug #252

Open aeazraoui opened 2 years ago

aeazraoui commented 2 years ago

Hi everyone,

Thank you all for the amazing work you are doing for developing these tools. I just started on kilosort 3 and I get some bugs. The first one is related to the GUI which does not respond to the control touches 1,2,3,4 so I can not see the filtered data etc... and I get on matlab the following error message:


Error using unique (line 117) Invalid input. Valid flags are 'rows', 'first', 'last', 'stable', 'sorted', 'legacy'.

Error in ksGUI/updateProbeView (line 1202) ux = unique(cm.xcoords); uy = unique(cm.ycoords);

Error in ksGUI>@(~,~)obj.updateProbeView('reset') (line 273) 'Callback', @(~,~)obj.updateProbeView('reset'));

Error while evaluating UIControl Callback


Thank you in advance for the help !