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

Error during cross registration #137

Open
hsw28 opened this issue Feb 22, 2024 · 2 comments
Open

Error during cross registration #137

hsw28 opened this issue Feb 22, 2024 · 2 comments

Comments

@hsw28
Copy link

hsw28 commented Feb 22, 2024

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 :)

@bahanonu
Copy link
Owner

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.

@bahanonu
Copy link
Owner

bahanonu commented Mar 2, 2024

@hsw28 Checking to see if still getting this error.

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