-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error in autosorting #137
Comments
% function [mrFet12_, viSpk12_, n1_, n2_, viiSpk12_ord_] = fet12_site_(trFet_spk, S0, P, iSite, vlRedo_spk)
end %% LOCAL FUNCTIONS
end |
the function is in C:\Github\JRCLUST+jrclust+features |
I got a very similar error, can you please take a look? Error using vertcat Error in jrclust.features.getSiteFeatures (line 42) Error in jrclust.sort.computeRho (line 46) Error in jrclust.sort.SortController/sort (line 44) Error in JRC/sort (line 38) Error in JRC/run (line 20) Error in jrc (line 20) |
I figured this out (if you're still working on it).
should be
Same for the sf2 line below that. |
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();
The text was updated successfully, but these errors were encountered: