Skip to content
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 getting the code working #12

Open
stevedmayhew opened this issue May 22, 2024 · 2 comments
Open

problem getting the code working #12

stevedmayhew opened this issue May 22, 2024 · 2 comments

Comments

@stevedmayhew
Copy link

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

@tsalo
Copy link
Owner

tsalo commented May 22, 2024

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.

@stevedmayhew
Copy link
Author

Thanks very much for the prompt reply. I mustve misunderstood the code, id gotten the impression is was designed to read edat files. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants