EmbodiedCognition / py-c3d

Read & write C3D mocap files
http://c3d.rtfd.org
MIT License
104 stars 47 forks source link

c3d2csv with headers #31

Open n2d7 opened 3 years ago

n2d7 commented 3 years ago

Hi, how to use thec3d2csvscript to convert a.c3d file to .csv file with headers? Currently, when I use the script, all the header information are missing in the.csvfile.

Thanks

AKuederle commented 2 years ago

This is not supported at the moment. However, if you are willing to write your own script, there is a way to extract the label names from the files (see my comment in #21).