A minimal JavaScript reader for brain tractography streamline formats: TRX, TRK, TCK, VTK, and TT (DSI Studio).
npm install gl-matrix fflate fzstd
node bench.mjs dpsv.trxFull documentation is available at the project website.
To build the documentation locally, install jsdoc:
npm install -g jsdoc
And python dependencies:
pip install sphinx myst-parser pydata-sphinx-theme sphinx-js
And then run make html