@@ -1731,7 +1731,7 @@ class NewSegment(SPMCommand):
1731
1731
"""Use spm_preproc8 (New Segment) to separate structural images into
1732
1732
different tissue classes. Supports multiple modalities.
1733
1733
1734
- NOTE: This interface supports multi-channel inputs
1734
+ NOTE: This interface supports multichannel inputs
1735
1735
1736
1736
http://www.fil.ion.ucl.ac.uk/spm/doc/manual.pdf#page=43
1737
1737
@@ -1746,8 +1746,8 @@ class NewSegment(SPMCommand):
1746
1746
TPM.nii should be replaced by /path/to/spm8/toolbox/Seg/TPM.nii
1747
1747
1748
1748
>>> seg = NewSegment()
1749
- >>> channel1= ('t1w .nii',(0.0001, 60, (True, True)))
1750
- >>> channel2= ('t2w .nii',(0.0001, 60, (True, True)))
1749
+ >>> channel1= ('T1 .nii',(0.0001, 60, (True, True)))
1750
+ >>> channel2= ('T2 .nii',(0.0001, 60, (True, True)))
1751
1751
>>> seg.inputs.channels = [channel1, channel2]
1752
1752
>>> tissue1 = (('TPM.nii', 1), 2, (True,True), (False, False))
1753
1753
>>> tissue2 = (('TPM.nii', 2), 2, (True,True), (False, False))
0 commit comments