Skip to content

Commit

Permalink
Merge pull request #192 from rwblair/t1_2_mni_fixes
Browse files Browse the repository at this point in the history
[RTM] Minor changes to correct anatomical workflow.
  • Loading branch information
chrisgorgo committed Dec 3, 2016
2 parents 72b1454 + 3706527 commit e1c4afe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fmriprep/workflows/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def t1w_preprocessing(name='t1w_preprocessing', settings=None):
RobustMNINormalizationRPT(
generate_report=True,
num_threads=settings.get('ants_threads', 6),
testing=settings.get('debug', False)
testing=settings.get('debug', False),
template='mni_icbm152_nlin_asym_09c'
),
name='T1_2_MNI_Registration'
)
Expand Down

0 comments on commit e1c4afe

Please sign in to comment.