ktk.kinematics.create_cluster#
- create_cluster(markers, /, names)[source]#
Create a cluster definition based on a static acquisition.
- Parameters:
markers (TimeSeries) – Marker trajectories during a static acquisition.
names (list[str]) – The markers that define the cluster.
- Returns:
Dictionary where each entry represents the local position of a marker in an arbitrary coordinate system.
- Return type:
dict
Note
0.10.0: Parameter marker_names was changed to names