jackz314 / eeglabio

I/O support for EEGLAB files in Python.
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Error opening raw file on eeglab #3

Open apoorva6262 opened 3 years ago

apoorva6262 commented 3 years ago

Hi @jackz314 ,

I have converted the raw file on MNE into an epoched file and then back into a raw file. I saved this out using eeglabio and I could not open it on matlab/eeglab. I get an error (image below). Screenshot 2021-09-10 at 13 18 49

jackz314 commented 3 years ago

There seems to be some sort of number type mismatching that's going on, I can take a look into it once I get a chance. In the meantime, you can also try to see which variables are involved and try converting them in matlab yourself manually, most of them should be either doubles to ints or the other way around.

apoorva6262 commented 3 years ago

@jackz314 , I could not figure it out. I'll just wait for you to fix it.

jackz314 commented 2 years ago

I just pushed an update in the stable branch, if you're still having this problem, could you try the stable branch and see if it works?