track2surf ========== maps tractogram features on a surface | **Usage** .. code-block:: bash ./trekker track2surf [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input tractogram (.vtk, .tck) - ` TEXT:FILE REQUIRED` Input surface mesh (.vtk, .gii) - ` TEXT REQUIRED` Output surface mesh (.vtk) - ` TEXT REQUIRED` Field name to use when writing the feature on the surface mesh | **Options** .. raw:: html
Option Description
--feature TEXT REQUIRED Name of output feature. Options are: "streamlineDensity", "streamlineCount", "contactAngle" and "contactDirection".
| **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.