Skip to content

Commit

Permalink
Update nipype/interfaces/spm/preprocess.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
fabioboh and effigies authored Oct 21, 2021
1 parent f50b1ca commit 4575810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/spm/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class ApplyVDMInputSpec(SPMCommandInputSpec):
minlen=2,
maxlen=2,
usedefault=True,
desc="determines which images to apply vdm to",
desc="If the first value is non-zero, reslice all images. If the second value is non-zero, reslice a mean image.",
)
interpolation = traits.Range(
value=4,
Expand Down

0 comments on commit 4575810

Please sign in to comment.