Skip to content

Extreme min/max for gaze coordinates #16

@kalexandriabond

Description

@kalexandriabond

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions