mergeΒΆ
merges tractograms
Usage
./trekker merge [OPTIONS] <output>
Positionals
<output> TEXT REQUIRED Output tractogram (.vtk, .tck)
Options
Option | Description |
---|---|
-i,--include | List of tractograms or wildcards (.vtk, .tck, .trk) to include in the output, e.g.1. inp1.vtk inp2.tck, e.g.2. inp*.vtk, e.g.3. inp1*.tck inp2*.vtk |
-e,--exclude | List of tractograms or wildcards to exclude. These files are excluded even if they match the input wildcards |
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. |