Page 1 of 1

Pelvis_tx, ty, tz location.

Posted: Sat Jun 22, 2024 7:07 am
by jjppgarciam
Hello, hope you are all well,

I have been doing some test in OpenCap, I have process all the data in python and all is working well, I am looking now to plot the Pelvis_ty, Pelvis_tx, and Pelvis_tz, but I can't find in the code where those markers are.
I would appreciate any help on this.

Kind Regards.

JP

Re: Pelvis_tx, ty, tz location.

Posted: Tue Jun 25, 2024 12:10 pm
by mpetrucc
Hi Juan,

Pelvis_tx, ty, and tz should be in the .mot file. Do you not see them there?

Re: Pelvis_tx, ty, tz location.

Posted: Mon Jul 08, 2024 2:16 pm
by jjppgarciam
Hi Matt,

Thanks for your previous answer, i found them!

I have another question, I know the body CoM it would be very similar to Pelvis Segment, but it is calculated differently am I rigth?, if so, is there a way to know how it is calculated the COM? Is the weighted sum of different COM segments? or another thing.

Thanks a Lot

Best regards!

Juan Pablo

Re: Pelvis_tx, ty, tz location.

Posted: Tue Jul 09, 2024 11:28 am
by mpetrucc
Hi Juan Pablo,

Great! Yes, we have some example code for getting the COM kinematics here: https://github.com/stanfordnmbl/opencap ... sis.py#L43

Hope this helps,