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

32channel (4x8 probe) #290

Closed
epakr opened this issue Dec 3, 2020 · 1 comment · Fixed by #595
Closed

32channel (4x8 probe) #290

epakr opened this issue Dec 3, 2020 · 1 comment · Fixed by #595

Comments

@epakr
Copy link

epakr commented Dec 3, 2020

Hello,

Q1. Some of my recordings have following error after KS2.5.
Acquisition device: Open-ephys
Probe: Buzsaki32 (4x8)

Error-----
Index in position 2 exceeds array bounds (must not exceed 3).

Error in extractTemplatesfromSnippets (line 72)
wPCA = gpuArray(single(U(:, 1:nPCs))); % take as many as needed

Error in standalone_detector (line 21)
[wTEMP, wPCA] = extractTemplatesfromSnippets(rez, NrankPC);

Error in datashift2 (line 31)
[st3, rez] = standalone_detector(rez, spkTh);

Error in main_kilosort_4x8_EH (line 74)
rez = datashift2(rez, 1); % last input is for shifting data

Q2. Is there any minimum recording time to run KS2.5?

Thank you.

eh

@marius10p
Copy link
Contributor

There is no minimum recording time, but I don't know what you error is about. Do you have zero padding in your file? That could cause problems.

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

Successfully merging a pull request may close this issue.

2 participants