flatironinstitute / flatironinstitute/CaImAn-MATLAB
Error using get_noise_fft (line 13) Too many output arguments.
- Dominant language
- MATLAB
- Stars
- 261
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
Hello Developer,
I am using run_pipeline.m to analyse my video and found the following error message:
Error using parallel.FevalFuture/fetchNext (line 217)
The function evaluation completed with an error.
Error in run_CNMF_patches (line 121)
[idx, value] = fetchNext(future_results);
Error in run_pipeline (line 127)
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data.Y,K,patches,tau,0,options); % do not perform deconvolution here since
Error in run (line 91)
evalin('caller', strcat(script, ';'));
Caused by:
Error using get_noise_fft (line 13)
Too many output arguments.
I am running the script on a tif video in matlab 2019.
Many thanks,
Mingran
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure by running run_pipeline.m on the reported TIFF video in MATLAB 2019, then trace the call from run_CNMF_patches at line 121 to get_noise_fft at line 13. Compare the requested outputs with get_noise_fft's available outputs; done means the pipeline proceeds without the “Too many output arguments” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100