.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH TFF_CONCATENATE_TRACTOGRAMS.PY "1" "July 2024" "tff_concatenate_tractograms.py 0.3" "User Commands"
.SH NAME
tff_concatenate_tractograms.py \- concatenate multiple tractograms into one
.SH DESCRIPTION
usage: tff_concatenate_tractograms.py [\-h] [\-\-delete_dpv] [\-\-delete_dps]
.TP
[\-\-delete_groups]
[\-\-reference REFERENCE] [\-f]
in_tractograms [in_tractograms ...]
out_tractogram
.PP
Concatenate multiple tractograms into one.
.PP
If the data_per_point or data_per_streamline is not the same for all
tractograms, the data must be deleted first.
.SS "positional arguments:"
.TP
in_tractograms
Tractogram filename. Format must be one of
trk, tck, vtk, fib, dpy, trx.
.TP
out_tractogram
Filename of the concatenated tractogram.
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-delete_dpv\fR
Delete the dpv if it exists. Required if not all input has the same metadata.
.TP
\fB\-\-delete_dps\fR
Delete the dps if it exists. Required if not all input has the same metadata.
.TP
\fB\-\-delete_groups\fR
Delete the groups if it exists. Required if not all input has the same metadata.
.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.
