Skip to content

Commit 4575810

Browse files
fabioboheffigies
andauthored
Update nipype/interfaces/spm/preprocess.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f50b1ca commit 4575810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/preprocess.py

+1-1
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)