flatironinstitute / flatironinstitute/CaImAn-MATLAB

Issue in run_pipeline line 127

Open
#110 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
MATLAB
Stars
261
Forks
152
PR merge metrics
No merged PRs in 30d

Description

- **Describe the issue that you are experiencing**

I´m working on run_pipeline with many data and recently I have a trouble in line 127
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data.Y,K,patches,tau,0,options);

I try the solutions in #105 and #91 but I have the following error message

Matrix dimensions must agree.

Error in CNMF/eventExceptionality (line 313)
compute_residuals(obj);

Error in CNMF/fit (line 402)
obj.eventExceptionality();

Error in run_CNMF_patches>process_patch_object (line 386)
CNM.fit(Y,options,K);

Error in run_CNMF_patches (line 105)
parfor i = 1:n_patches

Error in run_pipeline (line 127)
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data, K, patches, tau, 0, options);

I have already analyzed many data, and this the first time I have this Issue. I hope you can help me

- **If you're not reporting an error, type your message below**

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.