flatironinstitute / ironclust

Spike sorting software being developed at Flatiron Institute, based on JRCLUST (Janelia Rocket Cluster)
Apache License 2.0
28 stars 7 forks source link

bug plotting waveforms during manual curation #32

Closed hennetnailo closed 4 years ago

hennetnailo commented 4 years ago

MATLAB crashes when calling the manual curation after spike sorting. Opens all the windows of manual curation, plots individual spike waveforms (see attached picture) and then crashes (see error message below).

Reference to non-existent field 'trWav_clu'.

Error in irc>plot_tnWavclu (line 6201) trWavclu = ifeq(P.fWav_raw_show, S_clu.trWav_raw_clu, S_clu.trWav_clu);

Error in irc>plotFigWav (line 5907) S_fig = plot_tnWavclu(Sfig, P); %do this after plotSpk

Error in irc>manual_ (line 5543) S0 = plotFigWav(S0); % hFigWav %do this after for ordering

Error in irc (line 294) manual_(P);

IRC manual GUI crash

hennetnailo commented 4 years ago

The issue seems to be resolved. Thank you.