Skip to content

Commit d554c43

Browse files
committed
add goforit to Remlfit
1 parent f7d7a1c commit d554c43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nipype/interfaces/afni/model.py

Lines changed: 4 additions & 0 deletions
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)