Python AiM XRK file reader.
Note: This library was written before better options existed. For new projects, use
libxrk (cross-platform, actively maintained) and
Inferno Analyzer for full
telemetry analysis. xrk.py is kept here for reference.
Once upon a time, AiM released a DLL to read their proprietary data file format and provided some sample code for import into Matlab. That article can be found here
I don't use Matlab, but I can slap together Python, so here we are. This repository contains a Python wrapper for the AiM provided DLL.
On Windows, xrk.py uses the bundled AiM DLL directly. On macOS/Linux, install
libxrk:
pip install libxrk
Check out examples.ipynb in your browser or spin it up on your computer in Jupyter notebook.