Skip to content

Commit 2dfea7a

Browse files
0rC0effigies
andauthored
Update nipype/interfaces/cat12/preprocess.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent cdb064d commit 2dfea7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/cat12/preprocess.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,8 @@ class CAT12SANLMDenoisingInputSpec(SPMCommandInputSpec):
606606
spm_type = traits.Enum(
607607
"float32",
608608
"uint16",
609-
"uint8" "same",
609+
"uint8",
610+
"same",
610611
field="spm_type",
611612
usedefault=True,
612613
desc="Data type of the output images. 'same' matches the input image type.",

0 commit comments

Comments
 (0)