-
Notifications
You must be signed in to change notification settings - Fork 3
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 while converting suite2p segmented metadata #783
Comments
@CodyCBakerPhD this error happened while on a call with a PI who was trying to use NWB GUIDE. She downloaded the mac silicon version of the app today. Could you look into this and see if you could reproduce the error? |
I tried to reproduce and haven't been able to yet |
Do you remember anything about the suite2p setup? Was it multichannel, multiplane or something else more exotic? |
If you can get your hands on the data that caused it maybe it was something particular to that |
The data was: suite2p/plane0/[.mat files, etc] Only the one plane. The user selected the suite2p folder. As you can see, this was for a multi-session conversion. I can try to get my hands on the suite2p data. |
Interestingly, this does not appear to occur when working with a single session |
OK, so when I had all the files, including the ops.npy file, in the proper place, the conversion worked perfectly. When then ops.npy file is missing we get a |
I think the circular import error may be a strange consequence of the |
I think the solution to this particular error was to install from latest main branch of ROI Extractors? |
I am not entirely sure, but I think there were a few issues here. The first one is that ROIExtractors was not enforcing the presence of files that should be required: catalystneuro/roiextractors#330 The second is that this error somehow caused there to be an import error which is completely separate from the core problem The third was that the user did not have proper access to the input data, which is the reason this was triggered in the first place. I think this has been resolved. If this comes up again let's reopen. |
Describe the issue
Steps to Reproduce
Add suite2p data and try to convert
Operating System
OSX
GUIDE Version
latest release
Code of Conduct
Yes
Did you confirm this issue was not already reported?
Yes
The text was updated successfully, but these errors were encountered: