mergeΒΆ

merges two tractograms, optionally ignoring duplicates


Usage

./trekker merge [OPTIONS] <tractogram 1> <tractogram 2> <output>

Positionals

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

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

  • <output> TEXT REQUIRED Output tractogram (.vtk, .tck)


Options

Option Description
-c, --checkDuplicates Checks for duplicates and ignores them when merging.

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.