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

Add parameter for irc1 #2809

Merged
merged 1 commit into from
May 13, 2024
Merged

Add parameter for irc1 #2809

merged 1 commit into from
May 13, 2024

Conversation

alejoe91
Copy link
Member

@alejoe91 alejoe91 commented May 6, 2024

Fixes #2807

@alejoe91 alejoe91 added the sorters Related to sorters module label May 6, 2024
@@ -72,6 +72,7 @@ class IronClustSorter(BaseSorter):
"merge_thresh_cc": 1, # cross-correlogram merging threshold, set to 1 to disable
"nRepeat_merge": 3, # number of repeats for merge
"merge_overlap_thresh": 0.95, # knn-overlap merge threshold
"version": 2,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how is this impacting the code ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It gets written to the argfile.txt here and parsed directly by Ironclust

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@samuelgarcia samuelgarcia merged commit bc1ab35 into SpikeInterface:main May 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sorters Related to sorters module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: irc version 1
2 participants