File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ class Deconvolve(AFNICommand):
217
217
>>> deconvolve.inputs.gltsym = [('+Houses -Apartments')]
218
218
>>> deconvolve.inputs.glt_label = [(1, 'Houses_Apartments')]
219
219
>>> deconvolve.cmdline # doctest: +ALLOW_UNICODE
220
- ' 3dDeconvolve -num_stimts 2 -num_glt 1 -glt_label 1 Houses_Apartments -gltsym SYM: +Houses -Apartments -input functional.nii functional2.nii -bucket output.nii -stim_label 1 Houses -stim_label 2 Apartments -stim_times 1 timeseries.txt SPMG1(4) -stim_times 2 timeseries.txt SPMG2(4) -x1D output.1D'
220
+ " 3dDeconvolve -num_stimts 2 -num_glt 1 -glt_label 1 Houses_Apartments -gltsym ' SYM: +Houses -Apartments' -input functional.nii functional2.nii -bucket output.nii -stim_label 1 Houses -stim_label 2 Apartments -stim_times 1 timeseries.txt ' SPMG1(4)' -stim_times 2 timeseries.txt ' SPMG2(4)' -x1D output.1D"
221
221
>>> res = deconvolve.run() # doctest: +SKIP
222
222
"""
223
223
You can’t perform that action at this time.
0 commit comments