Skip to content

Commit a7876c5

Browse files
committed
Merge pull request #1376 from alexsavio/fixcaminodoc
fix: Complete the documentation for ConMat
2 parents 161fd1e + bf4746d commit a7876c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/camino/connectivity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class Conmat(CommandLine):
126126
>>> conmat.inputs.in_file = 'tracts.Bdouble'
127127
>>> conmat.inputs.target_file = 'atlas.nii.gz'
128128
>>> conmat.inputs.scalar_file = 'fa.nii.gz'
129+
>>> conmat.tract_stat = 'mean'
129130
>>> conmat.run() # doctest: +SKIP
130131
"""
131132
_cmd = 'conmat'

0 commit comments

Comments
 (0)