Releases: biomechanics-foundation/c3dio
Releases · biomechanics-foundation/c3dio
v0.8.0
Added support for calculating center of pressure and force for Type-2 force plates. Type-3 force plates are still not functional.
Tests are also broken due to adding required parameters on parsing. Some (most) C3D files exclude required parameters such as the ANALOG group when they don't apply to the specific file. This is against the C3D specification. As a result, c3dio adds the missing parameters rather than rejecting the file. Upon writing, the number of parameters becomes different between the file and the read-write-read test fails.
v0.7.0
v0.3.0
v0.2.0
v0.1.0
First public release of c3dio
Not all functionality is fully tested and working. Areas that are working include:
- Parsing marker data
- Parsing parameters
- Parsing analog data (incl. scaling/offset)
Areas that are in development:
- Force plate data
- Full testing suite