File: smooth.rst

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 (12 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Smoothing of fixel data is performed based on the sparse fixel-fixel
connectivity matrix::

    fixelfilter fd smooth fd_smooth -matrix matrix/
    fixelfilter log_fc smooth log_fc_smooth -matrix matrix/
    fixelfilter fdc smooth fdc_smooth -matrix matrix/
 
By calling the :ref:`fixelfilter` command on each fixel directory in turn,
the smoothing filter will be appplied to all fixel data files present in
each of those directories; it is not necessary to call the :ref:`fixelfilter`
command separately for each individual fixel data file.