Page 1 of 1

c3d metadata

Posted: Tue Apr 21, 2020 4:54 am
by kernalnet
Dear Experts;

I need to have the position of force plate corners in c3d files. Is there any method to access these data?
This method works for BTK package:

Code: Select all

acq = btkReadAcquisition(c3dpath);
meta = btkGetMetaData(acq);
origin = meta.children.FORCE_PLATFORM.children.ORIGIN.info.values;
corners = meta.children.FORCE_PLATFORM.children.CORNERS.info.values;
But I don't know how to do that with OpenSim API,

Your help would be greatly appreciated.

Regards