Skip to content

Commit 94f6bf9

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/interfaces/cat12/preprocess.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,8 @@ class CAT12SANLMDenoisingInputSpec(SPMCommandInputSpec):
650650
distribution is expected. Please note that the Rician noise estimation is sensitive for large signals in the neighbourhood and can lead to
651651
artefacts, e.g. cortex can be affected by very high values in the scalp or in blood vessels.''')
652652

653-
replaceNANandINF = traits.Enum(
654-
1,
655-
0,
653+
replaceNANandINF = traits.Bool(
654+
True
656655
field='replaceNANandINF',
657656
usedefault=True,
658657
desc='Replace NAN by 0, -INF by the minimum and INF by the maximum of the image.'

0 commit comments

Comments
 (0)