logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tff_concatenate_tractograms.py - concatenate multiple tractograms into one

Description

       usage: tff_concatenate_tractograms.py [-h] [--delete_dpv] [--delete_dps]

       [--delete_groups]
              [--reference REFERENCE] [-f] in_tractograms [in_tractograms ...]  out_tractogram

       Concatenate multiple tractograms into one.

       If  the  data_per_point  or  data_per_streamline  is  not  the same for all tractograms, the data must be
       deleted first.

   positionalarguments:
       in_tractograms
              Tractogram filename. Format must be one of trk, tck, vtk, fib, dpy, trx.

       out_tractogram
              Filename of the concatenated tractogram.

   options:-h, --help
              show this help message and exit

       --delete_dpv
              Delete the dpv if it exists. Required if not all input has the same metadata.

       --delete_dps
              Delete the dps if it exists. Required if not all input has the same metadata.

       --delete_groups
              Delete the groups if it exists. Required if not all input has the same metadata.

       --reference REFERENCE
              Reference anatomy for tck/vtk/fib/dpy file support (.nii or .nii.gz).

       -f     Force overwriting of the output files.

tff_concatenate_tractograms.py 0.3                  July 2024                  TFF_CONCATENATE_TRACTOGRAMS.PY(1)

Name

       tff_concatenate_tractograms.py - concatenate multiple tractograms into one

See Also