Skip to content

Commit 9af6cc6

Browse files
committed
doc: updated inputs help to indicate FSL and AFNI inaccuracy when using bounds_by_brainmask
1 parent 4d860ca commit 9af6cc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/algorithms/rapidart.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ class ArtifactDetectInputSpec(BaseInterfaceInputSpec):
206206
usedefault=True)
207207
bound_by_brainmask = traits.Bool(False, desc=("use the brain mask to "
208208
"determine bounding box"
209-
"for composite norm"),
209+
"for composite norm (works"
210+
"for SPM and Nipy - currently"
211+
"inaccurate for FSL, AFNI"),
210212
usedefault=True)
211213
global_threshold = traits.Float(8.0, desc=("use this threshold when mask "
212214
"type equal's spm_global"),

0 commit comments

Comments
 (0)