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 f7d7a1c commit d554c43Copy full SHA for d554c43
nipype/interfaces/afni/model.py
@@ -541,6 +541,10 @@ class RemlfitInputSpec(AFNICommandInputSpec):
541
desc='turns on more progress messages, including memory usage '
542
'progress reports at various stages',
543
argstr='-verb')
544
+ goforit = traits.Bool(
545
+ desc='With potential issues flagged in the design matrix, an attempt'
546
+ 'will nevertheless be made to fit the model',
547
+ argstr='-GOFORIT')
548
ovar = File(
549
desc='dataset for OLSQ st.dev. parameter (kind of boring)',
550
argstr='-Ovar %s')
0 commit comments