-
Notifications
You must be signed in to change notification settings - Fork 28
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
Bugs in exp.separate #146
Comments
It appears that there is something about the cNMF detected ROIs that is no compatible with FISSA. Can you give some details about how you run cNMF, what data you extract, and how you plug them into FISSA? |
From the plotting of the regions of interest it looks like the algorithm found a lot of extremely small ROIs, which might only consist of two coordinates. cNMF might have some setting to get rid of some of these, or you can try to do that by hand. You could also check that by seeing the length of each Which version of cNMF are you using? |
Hi everyone! I'm using using FISSA with CNMF from MATLAB. At first, I tested the example data (within fissa_master), and all steps are correct. But when I using my own data, exp.seprate(redo_prep = True) reports ValueError: A LinearRing must have at least 3 coordinate tuples. And details are provided in the following figures. Since I'm totally new to Python, I'm not sure how to deal with it.
Thanks for your time!
The text was updated successfully, but these errors were encountered: