diff ==== finds different streamlines between two tractograms | **Usage** .. code-block:: bash ./trekker diff [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input tractogram (.vtk, .tck) - ` TEXT:FILE REQUIRED` Reference tractogram (.vtk, .tck) | **Options** .. raw:: html
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** .. 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.