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 dde61d3 commit d79f2ccCopy full SHA for d79f2cc
nipype/interfaces/afni/model.py
@@ -57,7 +57,7 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
57
'* If the auto-catenation feature isn\'t used, then this option '
58
'has no effect, no how, no way.',
59
argstr='-noblock')
60
- force_TR = traits.Int(
+ force_TR = traits.Float(
61
desc='use this value instead of the TR in the \'input\' '
62
'dataset. (It\'s better to fix the input using Refit.)',
63
argstr='-force_TR %d')
0 commit comments