pyedfread
pyedfread copied to clipboard
A library to parse SR research EDF files into python.
Resolves #13.
When I parse any of my own edf files, I get this error: `loadEvents = 1 zsh: segmentation fault python main.py` My installation generally works and parses the demo EDF...
I've noticed that the setup.py file path install was differently from the default. On both of my installations. edfapi64.lib has consistently been located in C:\Program Files (x86)\SR Research\EyeLink\libs\x64 and not...
These changes add support for the new Python package building system introduced in [PEP 517](https://peps.python.org/pep-0517/). This makes it so users can install the package using pip, which is the recommended...
Windows and Linux paths point to old install locations for the required SR Developer's Kit tools. These paths have been updated based on the current default install locations.
The "messages" from our edf files generated from our EyeLink 1000 Plus are not parsed by pyedfread (see attachment for an example edf file). We'd be greatful for an hint...
This modifies the read_messages function to also return the `sttime` field of the `FEVENT` structure corresponding to a message.
Hi, When I run the following minimal example, I get extreme values for the min and max gaze position (0.0 and 100000000.0, respectively) that are well outside the stated gaze...
https://github.com/nwilming/pyedfread/blob/c2941e40a37d21d0fb87a6ecd1babce3dbaf0af0/pyedfread/edfread.pyx#L31-L32 `fhxyvel` --> `fhxvel` `frxyvel` --> `frxvel` What does the `f` prefix indicate, anyway? These fields are not in the API docs. I think it would be helpful to have...
Great to see new life in this package! Unfortunately, we are failing to import (after successful installation) on two different machines. ### 1. Macbook, EyeLink Dev Kit installed: installing in...