.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH TFF_CONVERT_TRACTOGRAM.PY "1" "July 2024" "tff_convert_tractogram.py 0.3" "User Commands"
.SH NAME
tff_convert_tractogram.py \- convert tractograms files to updated file format
.SH DESCRIPTION
usage: tff_convert_tractogram.py [\-h] [\-\-reference REFERENCE]
.TP
[\-\-positions_dtype {float16,float32,float64}]
[\-\-offsets_dtype {uint32,uint64}] [\-f]
IN_TRACTOGRAM OUT_TRACTOGRAM
.PP
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.
.SS "positional arguments:"
.TP
IN_TRACTOGRAM
Tractogram filename. Format must be one of
trk, tck, vtk, fib, dpy, trx.
.TP
OUT_TRACTOGRAM
Output filename. Format must be one of
trk, tck, vtk, fib, dpy, trx.
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-reference\fR REFERENCE
Reference anatomy for tck/vtk/fib/dpy file
support (.nii or .nii.gz).
.TP
\fB\-f\fR
Force overwriting of the output files.
.SS "Data type options:"
.TP
\fB\-\-positions_dtype\fR {float16,float32,float64}
Specify the datatype for positions for trx. [float32]
.TP
\fB\-\-offsets_dtype\fR {uint32,uint64}
Specify the datatype for offsets for trx. [uint64]
