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]
- __init__(event_properties: str | tuple[str, dict[str, Any]] | list[str | tuple[str, dict[str, Any]]])[source]#
Initialize processor with event property definitions.
- Parameters:
event_properties – List of event property names.
Methods
__init__(event_properties)Initialize processor with event property definitions.
process(events, gaze, identifiers[, name])Process event and gaze dataframe.