pymovements.events.EventGazeProcessor#
- class pymovements.events.EventGazeProcessor(event_properties: str | tuple[str, dict[str, Any]] | list[str | tuple[str, dict[str, Any]]])[source]#
Processes event and gaze dataframes.
- event_properties#
A list of property names.
- Type:
list[str]
- 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]]])[source]#
Methods
__init__(event_properties)process(events, gaze, identifiers[, name])Process event and gaze dataframe.