diffΒΆ

finds different streamlines between two tractograms


Usage

./trekker diff [OPTIONS] <input tractogram> <reference tractogram>

Positionals

  • <input tractogram> TEXT:FILE REQUIRED Input tractogram (.vtk, .tck)

  • <reference tractogram> TEXT:FILE REQUIRED Reference tractogram (.vtk, .tck)


Options

Option Description
-d, --out_diff TEXT Output streamlines of input tractogram that does not exist in the reference (.vtk, .tck).
-s, --out_same TEXT Output streamlines of input tractogram that exists in the reference (.vtk, .tck).

General options

Option Description
-h, --help Print this help message and exit.
-n, --numberOfThreads INT Number of threads.
-v, --verbose TEXT Verbose level. Options are "quiet", "fatal", "error", "warn", "info", and "debug". Default=info.
-f, --force Force overwriting of existing file.