ezc3d
ezc3d copied to clipboard
Easy to use C3D reader/writer for C++, Python and Matlab
It seems that ezc3d do not take into account in the same way "c3d.header.points.firstFrame" while writting (or reading) new "c3d.data.points" versus new "c3d.parameters.EVENT.TIMES.DATA". When reading these new data using MOKKA,...
Hello! I have some EMG signals saved in a .c3d file obtained from VICON, I wanted to know how I can extract these signals to process them. Thank you
Thanks for creating pyomeca, it certainly expedites analyzing biomechanical data. I am having difficulty with renaming channel names within the markers object (which was loaded from a c3d file). I...
Hi, I'm trying to install the ocatve binary by running this command (conda install -c conda-forge ezc3d=*=*octave*) and I keep getting this error message. PackagesNotFoundError: The following packages are not...
Hey all! First of all thank you for working on this project, really appreciate it! I started today working with ezc3d in Python 3.9.13 and tried to append the calculated...
Salut encore Benjamin I have a problem when trying to add events to a new c3d file. You python unit test for c3d.add_event() works well: 1. Reading a c3d file...
These headers aren't necessary and would conflict with the ezc3d package. FreeBSD 13.1
Hi, It failed when trying ``` conda install -c conda-forge ezc3d``` in Apple M1 platform. There is no arm64 package in https://anaconda.org/conda-forge/ezc3d. Could you please add support for it? Thanks!
googletest-1.11.0 is installed from a package, yet you still look for a bundled googletest. Please consider using external googletest when available.
Hi, Does ezc3d take into account the COP correction for Kistler force platforms? It can be found in FPCOPPOLY in FORCE_PLATFORM metadata. Thank you