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.
2 parents f7d7a1c + fbe8b5d commit 500d8deCopy full SHA for 500d8de
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