TFF_CONVERT_TRACTOGRAM.PY(1) User Commands TFF_CONVERT_TRACTOGRAM.PY(1)

tff_convert_tractogram.py - convert tractograms files to updated file format

usage: tff_convert_tractogram.py [-h] [--reference REFERENCE]

[--positions_dtype {float16,float32,float64}]
[--offsets_dtype {uint32,uint64}] [-f] IN_TRACTOGRAM OUT_TRACTOGRAM

Conversion of '.tck', '.trk', '.fib', '.vtk', '.trx' and 'dpy' files using updated file format standard. TCK file always needs a reference file, a NIFTI, for conversion. The FIB file format is in fact a VTK, MITK Diffusion supports it.

Tractogram filename. Format must be one of trk, tck, vtk, fib, dpy, trx.
Output filename. Format must be one of trk, tck, vtk, fib, dpy, trx.

show this help message and exit
Reference anatomy for tck/vtk/fib/dpy file support (.nii or .nii.gz).
Force overwriting of the output files.

Specify the datatype for positions for trx. [float32]
Specify the datatype for offsets for trx. [uint64]
January 2024 tff_convert_tractogram.py 0.2.9