BlackrockNeurotech / NPMK

Neural Processing Matlab Kit is a set of functions for loading and manipulating data from Blackrock Microsystems' data files (.CCF, .NEV, .NSx).
45 stars 57 forks source link

Cannot import the NEV data intuo MClust via BlackrockNEVLoadingEngine #44

Open jiangjinxiang opened 1 year ago

jiangjinxiang commented 1 year ago

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 commented 1 year ago

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?