resample ======== resamples streamlines in a tractogram | **Usage** .. code-block:: bash ./trekker resample [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input tractogram (.vtk, .tck) - ` TEXT REQUIRED` Output tractogram (.vtk, .tck) | **Options** .. raw:: html Option Description -s, --stepSize FLOAT Resampling is done based on the given step size. The last segment of a streamline might have a shorter step size. -c, --stepCount INT Resampling is done so each streamline has the same number of points. | **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.