Page 1 of 1

Export virtual markers to .trc?

Posted: Mon Apr 20, 2015 10:24 am
by deyvidpi
Hi all,

First I'm sorry if this question has already been answered, I couldn't find it. Then here is my issue bellow.

After a scaling and inverse kinematics, I get both experimental markers (blue spheres) and virtual markers (pink spheres). I would like to export virtual markers locations to a .trc file, do you know if there is any way for it ?
You can export the results of your IK simulation to a .mot file, but this one only includes joint angles.

Thanks in advance !

Re: Export virtual markers to .trc?

Posted: Tue Apr 21, 2015 2:26 am
by uktrinler1986
Hello,

I have not tried it myself but in the static .xml file there is a command called

<!--Output marker set containing the new marker locations after markers have been placed.-->
<output_marker_file>Unassigned</output_marker_file>

Perhaps try to use that command? But not sure if that works.

Best
Ursula

Re: Export virtual markers to .trc?

Posted: Wed Apr 22, 2015 3:22 am
by uktrinler1986
Just found this command:

<report_marker_locations> true </report_marker_locations>
https://simtk.org/forums/viewtopic.php? ... ons#p10342

Perhaps this is of any use for you?

Best
Ursula