EyeTracking
- See also:
Format Specification or Source Specification for EyeTracking.
- class types.core.EyeTracking(varargin)[source]
Bases:
types.core.NWBDataInterface,types.untyped.GroupClass,matnwb.mixin.HasUnnamedGroupsEYETRACKING - Eye-tracking data, representing direction of gaze.
- Required Properties*:
- Constructor Summary
- EyeTracking(varargin)
EYETRACKING - Constructor for
EyeTracking- Syntax:
eyeTracking = types.core.EYETRACKING()creates an EyeTracking object with unset property values.eyeTracking = types.core.EYETRACKING(Name, Value)creates an EyeTracking object where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
spatialseries (
SpatialSeries) - SpatialSeries object containing data measuring direction of gaze.
- Output Arguments:
eyeTracking (
types.core.EyeTracking) - AnEyeTrackingobject
- Property Summary
- spatialseries
REQUIRED (
SpatialSeries) SpatialSeries object containing data measuring direction of gaze.
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.