File: tckresample

package info (click to toggle)
mrtrix3 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,300 kB
  • sloc: cpp: 130,470; python: 9,603; sh: 597; makefile: 62; xml: 47
file content (5 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
tckresample tracks.tck tmp.tck -upsample 2 -force && testing_diff_tck tmp.tck tckresample/upsample.tck
tckresample tracks.tck tmp.tck -downsample 2 -force && testing_diff_tck tmp.tck tckresample/downsample.tck
tckresample tracks.tck tmp.tck -step_size 0.9 -force && testing_diff_tck tmp.tck tckresample/stepsize.tck -distance 2e-3
tckresample tracks.tck tmp.tck -num_points 10 -force && testing_diff_tck tmp.tck tckresample/numpoints.tck -distance 1e-3
tckresample tracks.tck tmp.tck -endpoints -force && testing_diff_tck tmp.tck tckresample/endpoints.tck