ironclust icon indicating copy to clipboard operation
ironclust copied to clipboard

Question about single channel detection

Open ferchaure opened this issue 4 years ago • 1 comments

Hi, I have been testing Ironclus using spikeinterface and toy examples with all the spikes of the neurons at least one sample over 5*MAD (I disable all the filters just to check the detection). But It looks like the algorithm can't detect some classes, usually the ones that are closer to the threshold. The parameters I changed are:

'detect_sign' : 1,
'whiten': False,
'filter_type':'none',
'filter_detect_type':'none',
'clip_pre':0.8,
'clip_post':1.8,
'filter': False,
'detect_threshold': 5,
'common_ref_type':'none',

Do you know why this could be happening? Is some criteria applied to remove detections before assigning the spikes to a class?

ferchaure avatar Jul 01 '20 17:07 ferchaure

I made more test and the issue is related to the detect_sign parameter. Ironclus is using a negative detection regardless of the setting.

ferchaure avatar Jul 01 '20 20:07 ferchaure