-
Notifications
You must be signed in to change notification settings - Fork 148
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 using get_noise_fft (line 13) Too many output arguments. #97
Comments
@tochenan If you replace |
@epnev the tif file is 5.25G. I tried your method yesterday and the same error popped up. Best, |
@tochenan I'm confused. Can you copy the exact error that you get if you pass |
starting resampling Error in preprocess_data (line 75) Error in CNMF/preprocess (line 178) Error in CNMF/fit (line 396) Error in run_CNMF_patches>process_patch_object (line 386) Error in run_CNMF_patches (line 105) Error in run_pipeline (line 127) the above is the error I got |
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
The text was updated successfully, but these errors were encountered: