-
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
modelPreprocessMovie NormCorre bug #120
Comments
Glad to help, what is the output when you run |
Hi Biafra, |
Seems my packaged version of normcorre (https://github.com/bahanonu/NoRMCorre) might either not be downloaded or in the path (should under |
Thanks! I thought just cloning the repo would actually also download NormCorre automatically in external programs and this led to me not checking. Sorry about that.
|
What are the dimensions of the movie? And could you send a screenshot of the normcorre settings you used along with the |
Also, if you want to send me an email with a link to an example movie, I can take a look on my end and get back. |
Hi Biafra, |
was there any resolution here? I am running into the same error. |
Not yet! Will post on this issue once solution is available |
Hi Biafra,
When trying to use NormCorre from the modelPreprocessMovie function in the gui, I run in the error below.
I guess it must be related to me not having run getNoRMCorreParams, but I am not sure..
Thanks again for your help,
Anto
`Getting NoRMCorre params...
@@@@@@@
Unable to resolve the name 'normcorre.NoRMCorreSetParms'.
Error in ciapkg.motion_correction.getNoRMCorreParams (line 75)
optsNC = normcorre.NoRMCorreSetParms(...
Error in ciapkg.motion_correction.turboregMovie/turboregMovieParallel (line 602)
optsNoRMCorre = ciapkg.motion_correction.getNoRMCorreParams(size(inputMovieCropped),'guiDisplay',0);
Error in ciapkg.motion_correction.turboregMovie (line 377)
turboregMovieParallel();
Error in ciapkg.api.turboregMovie (line 10)
[inputMovie, ResultsOutOriginal] = ciapkg.motion_correction.turboregMovie(inputMovie,'passArgs', varargin);
Error in ciatah/modelPreprocessMovieFunction/subfxn_turboregInputMovie (line 2019)
[thisMovie(:,:,movieSubset), ResultsOutOriginal{iterationNo}{thisSet}] = turboregMovie(thisMovie(:,:,movieSubset),'options',ioptions);
Error in ciatah/modelPreprocessMovieFunction (line 906)
subfxn_turboregInputMovie();
Error in ciatah/modelPreprocessMovie (line 42)
obj.modelPreprocessMovieFunction('folderListPath',folderListInfo,'fileFilterRegexp',options.fileFilterRegexp,'datasetName',options.datasetName,'frameList',[]);
Error in ciatah/runPipeline (line 209)
obj.(thisFxn{1});
Error in ciatah/display (line 6)
obj.runPipeline;
@@@@@@@
@@@@@@@
Unable to resolve the name 'normcorre.normcorre_batch'.
Error in ciapkg.motion_correction.turboregMovie/turboregMovieParallel (line 610)
[~,ResultsOut,template2] = normcorre.normcorre_batch(...
Error in ciapkg.motion_correction.turboregMovie (line 377)
turboregMovieParallel();
Error in ciapkg.api.turboregMovie (line 10)
[inputMovie, ResultsOutOriginal] = ciapkg.motion_correction.turboregMovie(inputMovie,'passArgs', varargin);
Error in ciatah/modelPreprocessMovieFunction/subfxn_turboregInputMovie (line 2019)
[thisMovie(:,:,movieSubset), ResultsOutOriginal{iterationNo}{thisSet}] = turboregMovie(thisMovie(:,:,movieSubset),'options',ioptions);
Error in ciatah/modelPreprocessMovieFunction (line 906)
subfxn_turboregInputMovie();
Error in ciatah/modelPreprocessMovie (line 42)
obj.modelPreprocessMovieFunction('folderListPath',folderListInfo,'fileFilterRegexp',options.fileFilterRegexp,'datasetName',options.datasetName,'frameList',[]);
Error in ciatah/runPipeline (line 209)
obj.(thisFxn{1});
Error in ciatah/display (line 6)`
The text was updated successfully, but these errors were encountered: