EventGazeProcessor#
- class pymovements.EventGazeProcessor(event_properties: str | tuple[str, dict[str, Any]] | list[str | tuple[str, dict[str, Any]]])[source]#
Processes events and gaze samples.
- Parameters:
event_properties (str | tuple[str, dict[str, Any]] | list[str | tuple[str, dict[str, Any]]]) – List of event property names.
Methods