File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,10 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
165
165
vout = traits .Bool (
166
166
desc = 'output the sample variance (MSE) for each stimulus' ,
167
167
argstr = '-vout' )
168
+ nofdr = traits .Bool (
169
+ desc = "Don't compute the statistic-vs-FDR curves for the bucket "
170
+ "dataset." ,
171
+ argstr = '-noFDR' )
168
172
global_times = traits .Bool (
169
173
desc = 'use global timing for stimulus timing files' ,
170
174
argstr = '-global_times' ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def test_Deconvolve_inputs():
59
59
noblock = dict (argstr = '-noblock' , ),
60
60
nocond = dict (argstr = '-nocond' , ),
61
61
nodmbase = dict (argstr = '-nodmbase' , ),
62
+ nofdr = dict (argstr = '-noFDR' , ),
62
63
nolegendre = dict (argstr = '-nolegendre' , ),
63
64
nosvd = dict (argstr = '-nosvd' , ),
64
65
num_glt = dict (
You can’t perform that action at this time.
0 commit comments