-
Notifications
You must be signed in to change notification settings - Fork 22
Description
If you have a usage or support question, come join our Gitter and ask your question there.
If you found a bug, please provide all of the following:
Output of jrc version
JRCLUST v4.0.1 "Edward" (3d2e75c)
Output of gpuDevice (if you're seeing a GPU error)
The command you used
jrc sort myparam.prm
(e.g., jrc detect-sort myparam.prm)
If manually sorting, what it is you tried to do
Console output
Error using horzcat
Dimensions of arrays being concatenated are not consistent.
Error in jrclust.features.getSiteFeatures (line 53)
siteFeatures = [sf1, sf2; single(spikeData.spikeTimes([spikes1; spikes2]))']; % TW
Error in jrclust.sort.computeRho (line 46)
[siteFeatures, ~, n1, n2, spikeOrder] = jrclust.features.getSiteFeatures(dRes.spikeFeatures, iSite, spikeData, hCfg);
Error in jrclust.sort.SortController/sort (line 44)
res = jrclust.sort.computeRho(dRes, res, obj.hCfg);
Error in JRC/sort (line 38)
sRes = obj.hSort.sort(obj.res);
Error in JRC/run (line 20)
obj.sort();
Error in jrc (line 20)
hJRC.run();