Scripting API

btkGetAngles

Module BTKPointAccessor

Description#

Extracts angles from a given biomechanical acquisition.

Parameters#

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

Returned Values#

anglesstructure with the angles' values. Each field corresponds to an angle's label (see note #1).
anglesInfostructure with the informations related to the angles.
  • anglesInfo.frequency: Point's frequency
  • anglesInfo.units: structure with one field labeled ALLANGLES with the unit (string) of the angles.

Detailed Description#

Notes#

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

See also#

btkGetAnglesValues

Syntax#

[angles, anglesInfo] = btkGetAngles(h)

Examples#