ktk.kinematics.create_cluster#

create_cluster(markers, /, names)[source]#

Create a cluster definition based on a static acquisition.

Parameters
  • markers (TimeSeries) – Markers 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: Parameters marker_names was changed to names