You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I keep getting this error during cross registration
folderGlobalIdx: 2 3
@@@@@@@
Unable to perform assignment because the size of the left side is 2855-by-1 and the size of the right side
is 2855-by-2.
Error in ciatah/viewMatchObjBtwnSessions (line 213)
globalIDs(:,addNo) = globalIDsTmp(:,folderGlobalIdx);
Error in ciatah/computeMatchObjBtwnTrials (line 237)
obj.viewMatchObjBtwnSessions('runGui',0);
Error in ciatah/runPipeline (line 209)
obj.(thisFxn{1});
Error in ciatah/display (line 6)
obj.runPipeline;
@@@@@@@
I tried making it so it just accepted the first folderGlobalIdx but that gave me a bunch of other errors, so I figured I would consult the expert :)
The text was updated successfully, but these errors were encountered:
Hey! Yep, can take a look. Could you email me a link to the cell extraction MAT files associated with each of the sessions and the settings you are using to run?
Also, can you send me the output of:
obj.folderBaseSaveStrUnique
and
obj.globalIDFolders
As given CIAtah is finding multiple folderGlobalIdx, might indicate a naming overlap between folders.
Hi, I keep getting this error during cross registration
I tried making it so it just accepted the first folderGlobalIdx but that gave me a bunch of other errors, so I figured I would consult the expert :)
The text was updated successfully, but these errors were encountered: