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

Limiting dependency on edf2asc #3

Open
maciejskorski opened this issue Jul 13, 2022 · 2 comments
Open

Limiting dependency on edf2asc #3

maciejskorski opened this issue Jul 13, 2022 · 2 comments

Comments

@maciejskorski
Copy link

As of now, the tool parseedf files only using the edf2asc.exe app. This is limiting to Windows platform and extra EyeLink software. Is it possible to parse edf files with open source and cross-platform tools?

https://github.com/smathot/python-eyelinkparser/blob/78cb1e19c149906deebd8f59dd548173fab48790/eyelinkparser/_eyelinkparser.py#L96-L99

@smathot
Copy link
Collaborator

smathot commented Jul 13, 2022

It may be possible, or at least there is a Python tool that parses EyeLink EDF files:

This still requires the EyeLink SDK though, which also includes the edf2asc utility, so I'm not sure there would be any real gain. What is the main issue that you're running into right now?

This is limiting to Windows platform

No, it's not! You can install edf2asc also on Linux (which is what I mainly use) or Mac OS.

@maciejskorski
Copy link
Author

maciejskorski commented Jul 30, 2022

@smathot apologizes for the delayed response, thanks for pointing the Linux alternative! Overall, my goal is to be able to work on eyelink data (already generated) with minimal effort and reduced dependencies on the proprietary software.

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

No branches or pull requests

2 participants