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: Does nt always have to be an odd number? #838

Closed
nikhilchandra opened this issue Dec 16, 2024 · 1 comment
Closed

QUESTION: Does nt always have to be an odd number? #838

nikhilchandra opened this issue Dec 16, 2024 · 1 comment

Comments

@nikhilchandra
Copy link

Describe the issue:

I've been playing around with the spike width parameter nt in Kilosort4 and noticed that when I set it to even values (e.g., 80, 78) it always fails whereas when I set it to odd values, it succeeds without problems. Is there a reason for this?

Reproduce the bug:

N/A

Error message:

N/A

Version information:

Python 3.12.4
Kilosort 4 via SpikeInterface (Visual Studio Code)
Windows 11

@jacobpennington
Copy link
Collaborator

Yes, nt should always be an odd numbers since it's used for padding in convolutions.

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

2 participants