Scripting API

btkGetAngles

Module BTKPointAccessor

Description#

Extracts angles from a given biomechanical acquisition.

Parameters#

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

Returned Values#

anglesdictionnary with the angles' values. Each field corresponds to an angle's label (see note #1).
anglesInfodictionnary with the informations related to the angles.
  • anglesInfo["frequency"]: Point's frequency
  • anglesInfo["units"]: dictionnary with one field labeled ALLANGLES with the unit (string) of the angles.

Detailed Description#

Notes#

Note #1: Check the page dictionnaryFieldnameFormat to understand how the fields' name are formated.

See also#

btkGetAnglesValues

Syntax#

(angles, anglesInfo) = btkGetAngles(h)

Examples#