We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 161fd1e + bf4746d commit a7876c5Copy full SHA for a7876c5
nipype/interfaces/camino/connectivity.py
@@ -126,6 +126,7 @@ class Conmat(CommandLine):
126
>>> conmat.inputs.in_file = 'tracts.Bdouble'
127
>>> conmat.inputs.target_file = 'atlas.nii.gz'
128
>>> conmat.inputs.scalar_file = 'fa.nii.gz'
129
+ >>> conmat.tract_stat = 'mean'
130
>>> conmat.run() # doctest: +SKIP
131
"""
132
_cmd = 'conmat'
0 commit comments