Gaze#

Gaze class is a self-contained data structure that contains eye tracking data represented as samples or events. It also includes metadata on the experiment and recording setup.

Classes

Gaze

Self-contained data structure containing gaze represented as samples or events.

GazeDataFrame

Self-contained data structure containing gaze represented as samples or events.

Input / Output

from_asc

Initialize a Gaze.

from_csv

Initialize a Gaze.

from_ipc

Initialize a Gaze.

Integration

from_numpy

Get a Gaze from a numpy array.

from_pandas

Get a Gaze from a pandas DataFrame.