Skip to content

Commit 5991172

Browse files
author
Fabio Bernardoni
committed
Merge branch 'master' of github.com:fabioboh/nipype
2 parents f525c94 + 4575810 commit 5991172

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
@@ -282,7 +282,7 @@ class ApplyVDMInputSpec(SPMCommandInputSpec):
282282
minlen=2,
283283
maxlen=2,
284284
usedefault=True,
285-
desc="determines which images to apply vdm to",
285+
desc="If the first value is non-zero, reslice all images. If the second value is non-zero, reslice a mean image.",
286286
)
287287
interpolation = traits.Range(
288288
value=4,

0 commit comments

Comments
 (0)