Skip to content

Commit d1b65be

Browse files
committed
add note option for experts
1 parent 4c9ccdf commit d1b65be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,8 @@ class UnifizeInputSpec(AFNICommandInputSpec):
23312331
xor=['gm'])
23322332
rbt = traits.Tuple(
23332333
traits.Float(), traits.Float(), traits.Float(),
2334-
desc='Specify the 3 parameters for the algorithm:\n'
2334+
desc='Option for AFNI experts only.'
2335+
'Specify the 3 parameters for the algorithm:\n'
23352336
'R = radius; same as given by option \'-Urad\', [default=18.3]\n'
23362337
'b = bottom percentile of normalizing data range, [default=70.0]\n'
23372338
'r = top percentile of normalizing data range, [default=80.0]\n',

0 commit comments

Comments
 (0)