Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yaellevy/trx-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tee-ar-ex

Official repository to present the TRX (tee-ar-ex) python implementation, discuss issues and keep track of everything. Anyone is free to contribute (issues, code reviews, pull requests).

Due to the fast change in implementation and possibily specifications, we recommend using a virtual environement.

The library can be installed locally by using:

export TRX_MINIMAL_INSTALL=1
pip install -e .

If you want to use the scripts and the functions related to the Stateful Tractogram using the following commands:

pip install packaging>=19.0
pip install cython>=0.29.24
pip install -e .

If you want to switch from a minimal (w/o Dipy) to a full (with Dipy) install you may need to add this before the above commands.

export TRX_MINIMAL_INSTALL=0

About

Python implementation of the TRX file format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%