Skip to content

Commit e0537ae

Browse files
committed
doc: fix tissue description for SPM NewSegment
1 parent 7843c06 commit e0537ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ class NewSegmentInputSpec(SPMCommandInputSpec):
666666
- tissue probability map (4D), 1-based index to frame
667667
- number of gaussians
668668
- which maps to save [Native, DARTEL] - a tuple of two boolean values
669-
- which maps to save [Modulated, Unmodualted] - a tuple of two boolean values""",
669+
- which maps to save [Unmodulated, Modulated] - a tuple of two boolean values""",
670670
field='tissue')
671671
affine_regularization = traits.Enum('mni', 'eastern', 'subj', 'none', field='warp.affreg',
672672
desc='mni, eastern, subj, none ')

0 commit comments

Comments
 (0)