Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about single channel detection #54

Open
ferchaure opened this issue Jul 1, 2020 · 1 comment
Open

Question about single channel detection #54

ferchaure opened this issue Jul 1, 2020 · 1 comment

Comments

@ferchaure
Copy link

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 ferchaure changed the title Questions about dingle channel detections Question about dingle channel detections Jul 1, 2020
@ferchaure ferchaure changed the title Question about dingle channel detections Question about single channel detection Jul 1, 2020
@ferchaure
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant