Scripting API

btkGetMarkers

Module BTKPointAccessor

Description#

Extracts markers from a given biomechanical acquisition.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

markersdictionnary with the markers' values. Each fieldname corresponds to an force's label (see note #1).
markersInfodictionnary with the informations related to the markers.
  • markersInfo["frequency"]: Point's frequency
  • markersInfo["units"]: dictionnary with a single field labeled ALLMARKERS with the unit (string) of the markers.

Detailed Description#

Notes#

Note #1: Check the page dictionnaryFieldnameFormat to understand how the fieldnames are formated.

See also#

Syntax#

(markers, markersInfo) = btkGetMarkers(h)

Examples#