C3d Event Read Write

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
André Böni
Posts: 1
Joined: Wed Feb 08, 2023 2:42 am

C3d Event Read Write

Post by André Böni » Wed May 15, 2024 12:28 am

Dear forum,

First of all, I'd like to thank the creator for the amazing work and effort put into the OpenSim API.

I have a question regarding the use of OpenSim-Python as a comprehensive library for our gait processing pipeline in Python. Using OpenSim-Python, we are able to go through almost all the steps, except for those involving gait events.

How can I extract gait events using the Python wrapper of the OpenSim core?

Thanks in advance for your answers.

Best regards,
Andre

Tags:

User avatar
Carmichael Ong
Posts: 375
Joined: Fri Feb 24, 2012 11:50 am

Re: C3d Event Read Write

Post by Carmichael Ong » Fri May 24, 2024 4:17 pm

OpenSim does not have an automated way to extract gait events. You can use the Python API to open any relevant kinematic and kinetic data you may have, and then perform any post-processing steps to systematically detect these events for your dataset (e.g., location of the feet or when the force from a force plate passes some threshold).

POST REPLY