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
Self-contained data structure containing gaze represented as samples or events. |
|
Self-contained data structure containing gaze represented as samples or events. |
Transformations
Center pixel data. |
|
Downsample gaze data by an integer factor. |
|
Take the norm of a 2D series. |
|
Convert pixel screen coordinates to degrees of visual angle. |
|
Convert degrees of visual angle to pixel screen coordinates. |
|
Compute acceleration data from positional data. |
|
Compute velocitiy data from positional data. |
|
Apply a 1-D Savitzky-Golay filter to a column|_|:cite:p:SavitzkyGolay1964. |
Input / Output
Integration
Numpy Transformations
Convert pixel screen coordinates to degrees of visual angle. |
|
Compute velocity time series from 2-dimensional position time series. |
|
Compute velocity time series from 2-dimensional position time series. |
|
Take the norm of an array. |
|
Split sequence into subsequences of equal length. |
|
Downsamples array by integer factor. |
|
Split array into groups of consecutive numbers. |