img2track ========= maps image values on a tractogram | **Usage** .. code-block:: bash ./trekker img2track [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input image (.nii, .nii.gz) - ` TEXT:FILE REQUIRED` Input tractogram (.vtk, .tck) - ` TEXT REQUIRED` Output file name. Output is a float32 type binary file. | **Options** .. raw:: html Option Description --SH Treat the image as a 4D spherical harmonics image. --SF Treat the image as a 4D spherical function image. --SF_smoothing FLOAT Apply spherical smoothing before using the spherical function. | **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.