Skip to content

Commit 585c8d5

Browse files
committed
Merge remote-tracking branch 'origin/cat12_sanlm' into cat12_sanlm
2 parents d0a8450 + 94f6bf9 commit 585c8d5

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)