[featured_image]
- Version
- Download 71
- File Size 277.69 KB
- File Count 1
- Create Date January 1, 2025
- Last Updated January 6, 2025
*.kinarm reading in Python
This is Python code that is capable of reading a .kinarm file similarly to how the MATLAB Kinarm Analysis Scripts work.
- main.py - shows how to read in a .kinarm file.
- exam_load.py - contains the code to read the .kinarm file as well as data structures that are required for reading
The main difference between this code and the MATLAB Kinarm Analysis Scripts is that the Python code does not contain any of the extra scripts for calculating things like hand kinematics for filtering data appropriately. This is only code for reading in the raw data from a .kinarm file (kinematics, settings, events).
The code should work with any version of Python 3.7 or later. This code will not work with Python 2.x.