Skip to content

Commit 329e9be

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/interfaces/cat12/preprocess.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -604,13 +604,13 @@ class CAT12SANLMDenoisingInputSpec(SPMCommandInputSpec):
604604
)
605605

606606
spm_type = traits.Enum(
607-
16,
608-
0,
609-
2,
610-
512,
607+
"float32",
608+
"uint16",
609+
"uint8"
610+
"same",
611611
field="spm_type",
612612
usedefault=True,
613-
desc="Data type of the output images. 0 = same, 2 = uint8, 512 = uint16, 16 = single (32 bit)",
613+
desc="Data type of the output images. 'same' matches the input image type.",
614614
)
615615

616616
intlim = traits.Int(

0 commit comments

Comments
 (0)