You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, many thanks for making this code available.
I have run the setup.py to install and am now trying to convert .edat file to text by running the following command:
python ~/convert-eprime-main/convert-eprime/convert.py text_to_csv sub1_run1.edat
i dont get any errors, but it doesnt print any outputs or create any output files either.....
any ideas what i'm doing wrong would be appreciated
thanks
Steve
The text was updated successfully, but these errors were encountered:
It looks like you fed in the edat file rather than the txt file. I believe that edat is a binary file format, so convert-eprime won't be able to read it.
Hi, many thanks for making this code available.
I have run the setup.py to install and am now trying to convert .edat file to text by running the following command:
python ~/convert-eprime-main/convert-eprime/convert.py text_to_csv sub1_run1.edat
i dont get any errors, but it doesnt print any outputs or create any output files either.....
any ideas what i'm doing wrong would be appreciated
thanks
Steve
The text was updated successfully, but these errors were encountered: