pymovements.EventGazeProcessor.process#
- EventGazeProcessor.process(events: Events, gaze: Gaze, identifiers: str | list[str], name: str | None = None) DataFrame[source]#
Process event and gaze dataframe.
- Parameters:
- Returns:
polars.DataFramewith properties as columns and rows refering to the rows in the source dataframe.- Return type:
pl.DataFrame
- Raises:
ValueError – If list of identifiers is empty.
InvalidProperty – If
property_nameis not a valid property. Seepymovements.eventsfor an overview of supported properties.RuntimeError – If specified event name
nameis missing fromevents.