We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0a8450 + 94f6bf9 commit 585c8d5Copy full SHA for 585c8d5
nipype/interfaces/cat12/preprocess.py
@@ -650,9 +650,8 @@ class CAT12SANLMDenoisingInputSpec(SPMCommandInputSpec):
650
distribution is expected. Please note that the Rician noise estimation is sensitive for large signals in the neighbourhood and can lead to
651
artefacts, e.g. cortex can be affected by very high values in the scalp or in blood vessels.''')
652
653
- replaceNANandINF = traits.Enum(
654
- 1,
655
- 0,
+ replaceNANandINF = traits.Bool(
+ True
656
field='replaceNANandINF',
657
usedefault=True,
658
desc='Replace NAN by 0, -INF by the minimum and INF by the maximum of the image.'
0 commit comments