-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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 coordinates (GAZE_COORDS 0.00 0.00 1919.00 1079.00). Do you know why this is? Thanks in advance for your help.
from pyedfread import edf
samples, events, messages = edf.pread('SUB001.EDF')
print('min gaze coordinates ', samples.gx_right.min(), samples.gy_right.min())
print('max gaze coordinates ', samples.gx_right.max(), samples.gy_right.max())
Metadata
Metadata
Assignees
Labels
No labels