btkGetForces
Description
Extracts forces from a given biomechanical acquisition.
Parameters
h | Handle pointing to a C++ btk::Acquisition object. |
Returned Values
forces | dictionnary with the forces' values. Each fieldname corresponds to a force's label (see note #1). |
forcesInfo | dictionnary with the informations related to the forces.- forcesInfo["frequency"]: Point's frequency
- forcesInfo["units"]: dictionnary with a single field labeled ALLFORCES with the unit (string) of the forces.
|
Detailed Description
Notes
Note #1: Check the page dictionnaryFieldnameFormat to understand how the fieldnames are formated.
See also