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 4c9ccdf commit d1b65beCopy full SHA for d1b65be
nipype/interfaces/afni/utils.py
@@ -2331,7 +2331,8 @@ class UnifizeInputSpec(AFNICommandInputSpec):
2331
xor=['gm'])
2332
rbt = traits.Tuple(
2333
traits.Float(), traits.Float(), traits.Float(),
2334
- desc='Specify the 3 parameters for the algorithm:\n'
+ desc='Option for AFNI experts only.'
2335
+ 'Specify the 3 parameters for the algorithm:\n'
2336
'R = radius; same as given by option \'-Urad\', [default=18.3]\n'
2337
'b = bottom percentile of normalizing data range, [default=70.0]\n'
2338
'r = top percentile of normalizing data range, [default=80.0]\n',
0 commit comments