-
Notifications
You must be signed in to change notification settings - Fork 9
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
problem of lemon_dataset.py #295
Comments
The problem is it can't find this file:
Seems like there's a mismatch between the filename and subject directory. It's trying to find the file |
Yes it is, but my question is why the program wants to find the
There is no subject named |
Where did you get |
It should call |
This is the result of Jupyter Notebook running https://github.com/ScarletVV/lemon_process.git. |
What version of MNE are you using? |
MNE 1.3.1 |
Do get the same error if you do:
|
yes |
ah, it's an error in MNE then. You can try upgrade MNE:
Although OSL hasn't been tested against versions above MNE 1.3.1, so you might run into new bugs. If you update MNE does the following work:
|
Same error after upgrading MNE. Can I solve this problem if I install a lower version of MNE? |
Thank you for your patient guidance and answers. I will try similar work directly on MNE. |
It's unlikely a lower version would fix this, but you can try. You might be able to load it if you change the directory structure of the data. What happens if you create a new directory and copy only the
What happens then? |
Still same error... |
Can you try again downloading the data from here instead: |
I try the data from your link then the mismatch error gone, but a new error : sub-010005 : ********************** /home/uais1/Echo/osl/osl/preprocessing/mne_wrappers.py:67: RuntimeWarning: No bad channels to interpolate. Doing nothing... |
What version of MNE are you using? |
1.7.0 then down to 1.3.1 still same error. |
Can you:
|
When I ran this code, it output:
sub-032333 : **********************
sub-032333 : * PROCESSING FAILED! *
sub-032333 : **********************
sub-032333 : import_data : <function import_data at 0x7fd210b71900>
sub-032333 : <class 'FileNotFoundError'>
sub-032333 : [Errno 2] No such file or directory: '/home/uais1/Echo/OSL/DataPrepare/dataset/lemon/raw/sub-032333/RSEEG/sub-010041.vmrk'
sub-032333 : None
How can I fix this?
The text was updated successfully, but these errors were encountered: