Skip to content

Commit 500d8de

Browse files
authored
Merge pull request #3042 from leej3/master
ENH: Add goforit option to ``afni.Remlfit``
2 parents f7d7a1c + fbe8b5d commit 500d8de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: nipype/interfaces/afni/model.py

+4
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,10 @@ class RemlfitInputSpec(AFNICommandInputSpec):
541541
desc='turns on more progress messages, including memory usage '
542542
'progress reports at various stages',
543543
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')
544548
ovar = File(
545549
desc='dataset for OLSQ st.dev. parameter (kind of boring)',
546550
argstr='-Ovar %s')

0 commit comments

Comments
 (0)