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

Cannot import the NEV data intuo MClust via BlackrockNEVLoadingEngine #44

Open
jiangjinxiang opened this issue Apr 22, 2023 · 1 comment

Comments

@jiangjinxiang
Copy link

Hi,

I have met some problems with using the Mclust-4.4 as followed.

Unable to perform assignment because the size of the left side is 33810-by-1-by-32 and the size of the right side is 33918-by-32.

Error in BlackrockNEVLoadingEngine (line 62)
waveForms(:,idx,:) = NEV.Data.Spikes.Waveform(1:32,NEV.Data.Spikes.Electrode == readElectrodes(idx))';

Plz kindly help, thanks!

@cboulay
Copy link

cboulay commented Apr 22, 2023

Hi @jiangjinxiang ,

The right side is finding more waveforms than the left side has space for. However, diagnosing and fixing the problem more specifically will require reproducing the problem.

Can you please share a minimal script and datafile to reproduce the problem?

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