Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nipype/interfaces/afni/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,10 @@ class RemlfitInputSpec(AFNICommandInputSpec):
desc='turns on more progress messages, including memory usage '
'progress reports at various stages',
argstr='-verb')
goforit = traits.Bool(
desc='With potential issues flagged in the design matrix, an attempt '
'will nevertheless be made to fit the model',
argstr='-GOFORIT')
ovar = File(
desc='dataset for OLSQ st.dev. parameter (kind of boring)',
argstr='-Ovar %s')
Expand Down