select ====== selects streamlines from a tractogram | **Usage** .. code-block:: bash ./trekker select [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input tractogram (.vtk, .tck, .trk) - ` TEXT REQUIRED` Output tractogram (.vtk, .tck, .trk) | **Options** .. raw:: html
Option Description
-s, --selection TEXT File with binary values that mark selected streamlines with 1 and others with 0.
-r, --random INT Random tractogram file creating. One input required, total count for random lines.
-o, --ordered INT x 2 Ordered tractogram file creating. Two inputs required, begin and end index.
| **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.