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