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.
1 parent 4d860ca commit 9af6cc6Copy full SHA for 9af6cc6
nipype/algorithms/rapidart.py
@@ -206,7 +206,9 @@ class ArtifactDetectInputSpec(BaseInterfaceInputSpec):
206
usedefault=True)
207
bound_by_brainmask = traits.Bool(False, desc=("use the brain mask to "
208
"determine bounding box"
209
- "for composite norm"),
+ "for composite norm (works"
210
+ "for SPM and Nipy - currently"
211
+ "inaccurate for FSL, AFNI"),
212
213
global_threshold = traits.Float(8.0, desc=("use this threshold when mask "
214
"type equal's spm_global"),
0 commit comments