resampleΒΆ
resamples streamlines in a tractogram
Usage
./trekker resample [OPTIONS] <input tractogram> <output tractogram>
Positionals
<input tractogram> TEXT:FILE REQUIRED Input tractogram (.vtk, .tck)
<output tractogram> TEXT REQUIRED Output tractogram (.vtk, .tck)
Options
| 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
| 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. |