pymovements.events.EventGazeProcessor#
- class pymovements.events.EventGazeProcessor(event_properties: str | tuple[str, dict[str, Any]] | list[str | tuple[str, dict[str, Any]]])#
Processes event and gaze dataframes.
- Parameters:
event_properties (str | tuple[str, dict[str, Any]] | list[str | tuple[str, dict[str, Any]]]) – List of event property names.
- __init__(event_properties: str | tuple[str, dict[str, Any]] | list[str | tuple[str, dict[str, Any]]])#
Methods
__init__(event_properties)process(events, gaze, identifiers[, name])Process event and gaze dataframe.