pymovements.events.disposition#
- pymovements.events.disposition(*, position_column: str = 'position', n_components: int = 2) Expr[source]#
Disposition of an event.
- Parameters:
position_column – The column name of the position tuples.
n_components – Number of positional components. Usually these are the two components yaw and pitch.
- Raises:
TypeError – If position_columns not of type tuple, position_columns not of length 2, or elements of position_columns not of type str.