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 1b05497 commit d159fe9Copy full SHA for d159fe9
nipype/interfaces/afni/utils.py
@@ -2329,6 +2329,13 @@ class UnifizeInputSpec(AFNICommandInputSpec):
2329
argstr='-EPI',
2330
requires=['no_duplo', 't2'],
2331
xor=['gm'])
2332
+ rbt = traits.Tuple(
2333
+ traits.Float(), traits.Float(), traits.Float(),
2334
+ desc='Specify the 3 parameters for the algorithm:\n'
2335
+ 'R = radius; same as given by option \'-Urad\', [default=18.3]\n'
2336
+ 'b = bottom percentile of normalizing data range, [default=70.0]\n'
2337
+ 'r = top percentile of normalizing data range, [default=80.0]\n',
2338
+ argstr='-rbt %f %f %f')
2339
2340
2341
class UnifizeOutputSpec(TraitedSpec):
0 commit comments