-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Multiple issues while reading and resampling raw mff #11380
Comments
Hello! 👋 Thanks for opening your first issue here! ❤️ We will try to get back to you soon. 🚴🏽♂️ |
I think commenting this out likely causes all the other problems -- this error means we haven't parsed/understood the file correctly, so any reading operation after that is likely to fail. Hopefully someone can try the file soon! |
Yeah, I completely understand that this is a poor way to solve the problem. It's just too complicated to debug it with my current level of understanding MNE code and mff structure.
Thank you! I'm looking forward to it. If I can be of any help, please tell me. |
I cannot test the file because of the file sharing system you're using. It says "firefox doesn't provide a big enough buffer, use chrome" but then in chrome it says "not enough disk space, you have to use our app or chrome plugin". I'm not going to install an unknown app or browser plugin so please find another way to share the file, or else crop the data so that it's small enough to not have these problems. |
For the first issue, it comes from a mismatch of 2 samples between those 2 variables mne-python/mne/io/egi/egimff.py Lines 85 to 86 in e5086fc
I do recall having some mismatch issues in those 2 lines a while ago, probably while working on mne-tools/mne-bids#1006 but I don't remember what the reason was. I'll try to have a deeper look in early January, as we are still using heavily the EGI system both for awake and sleep studies in Geneva. FYI, it seems like When the reader for MFF files was added, it was not based on |
I think that would be great! |
+1
|
Description of the problem
I've seen the issue #11188, it seems similar to the error I get, but I haven't quite understand where does the problem come from and if there are any existing solutions.
I tried to find some workaround for the problem, that's where I've got so far:
I'm not sure if it's an MNE bug, so I apologise in advance if it's not.
Do you have any insight about roots of the issues? Could you please advise how to proceed?
Steps to reproduce
Link to data
Link to the mff (google drive)
Expected results
Load and resample the mff file successfully.
Actual results
Additional information
The text was updated successfully, but these errors were encountered: