Hi
I would like to get marker trajectory after inverse kinematics.
How can i do both in the GUI and python API
regards
Fabien
marker trajectory after IK processing
- Fabien Leboeuf
- Posts: 17
- Joined: Thu Sep 20, 2007 5:26 am
Re: marker trajectory after IK processing
ok
if i use in my IK setup xml the node :
<report_marker_locations> as true.
the system reported data in a sto file.
I prefer a trc file. can i convert a sto in a trc file ?
regards
if i use in my IK setup xml the node :
<report_marker_locations> as true.
the system reported data in a sto file.
I prefer a trc file. can i convert a sto in a trc file ?
regards
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: marker trajectory after IK processing
Hi,
As far as I know you can't convert it, although it will not be so hard to make your own converter. If you are using Matlab, there is a useful script for reading .sto files.
https://dl.dropboxusercontent.com/u/505 ... dColData.m
Best
As far as I know you can't convert it, although it will not be so hard to make your own converter. If you are using Matlab, there is a useful script for reading .sto files.
https://dl.dropboxusercontent.com/u/505 ... dColData.m
Best
- Fabien Leboeuf
- Posts: 17
- Joined: Thu Sep 20, 2007 5:26 am
Re: marker trajectory after IK processing
thank Jim for your code.
I have found the way to collect "sto" data though the python api.
i am about to implement a python converter.
Best
fabien
I have found the way to collect "sto" data though the python api.
i am about to implement a python converter.
Best
fabien