Multiple Gait Trials Data Averaging

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
Krish Narotam
Posts: 10
Joined: Wed Nov 09, 2022 4:09 pm

Multiple Gait Trials Data Averaging

Post by Krish Narotam » Thu Jan 18, 2024 2:29 pm

Hi,

I am recording multiple trials of a patient walking. And I want to be able to graph and interpret the results of all the gait cycles between the trials (joint angles).

I know the get_coordinates_normalized_time function already averages all the gait cycles from one trial. I think I can create some of my own code that can average and normalize multiple of trials together. I don't see anything else in the gait_analysis functions.

But do you know if there is already a function out there that can combine multiple trials and average them?

Thanks for your help. I apologize if this question comes from ignorance.

User avatar
Scott Uhlrich
Posts: 124
Joined: Tue Jan 20, 2015 4:29 pm

Re: Multiple Gait Trials Data Averaging

Post by Scott Uhlrich » Fri Jan 19, 2024 1:29 am

There's not code in our repositories that does that explicitly at the moment.

User avatar
ASM MQ
Posts: 1
Joined: Fri May 17, 2024 7:34 am

Re: Multiple Gait Trials Data Averaging

Post by ASM MQ » Mon May 27, 2024 7:34 am

Hello, I want to know if you have managed to integrate a code that allows you to calculate the average of all the sessions performed I tried one but it doesn't work if you found something can you contact me to discuss the code thank you.

User avatar
Antoine Falisse
Posts: 431
Joined: Wed Jan 07, 2015 2:21 am

Re: Multiple Gait Trials Data Averaging

Post by Antoine Falisse » Tue May 28, 2024 9:54 am

No, we did not add anything like that sorry.

POST REPLY