c3d metadata

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Mohammadreza Rezaie
Posts: 409
Joined: Fri Nov 24, 2017 12:48 am

c3d metadata

Post by Mohammadreza Rezaie » Tue Apr 21, 2020 4:54 am

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

Tags:

POST REPLY