You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doublechecking spindle detections, there might not be peaks going over the first threshold after smoothing. I had a case with 0 and a case with 1 peak today.
if ~any(isLongEnough) || ~any(MaxIsThere) || (numel(locs) >1&& max(diff(locs)) >0.125*Fs)
Should we expect this to happen or should we be worried? Many of the spindles I find with the current algorithms don't 'look' like spindles. Might this be related?
The text was updated successfully, but these errors were encountered:
When doublechecking spindle detections, there might not be peaks going over the first threshold after smoothing. I had a case with 0 and a case with 1 peak today.
I fixed an error occurring in this case:
Matlab/event_detector/detectEvents.m
Line 650 in e86668c
Should we expect this to happen or should we be worried? Many of the spindles I find with the current algorithms don't 'look' like spindles. Might this be related?
The text was updated successfully, but these errors were encountered: