merge ===== merges two tractograms, optionally ignoring duplicates | **Usage** .. code-block:: bash ./trekker merge [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input tractogram (.vtk, .tck) - ` TEXT:FILE REQUIRED` Input tractogram (.vtk, .tck) - ` TEXT REQUIRED` Output tractogram (.vtk, .tck) | **Options** .. raw:: html
Option Description
-c, --checkDuplicates Checks for duplicates and ignores them when merging.
| **General options** .. raw:: html
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.