Transforms#
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. |
Segmentation Methods
Convert a list of events to a binary segmentation expression. |
|
Create an expression to calculate time-based event ratio. |
|
Convert a binary segmentation map to a list of events. |
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. |