Skip to content

Commit

Permalink
delete repeated field
Browse files Browse the repository at this point in the history
  • Loading branch information
HechengJin0 committed Sep 25, 2020
1 parent 527e46e commit 7b2013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAC/anat_preproc/anat_preproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def acpc_alignment(skullstrip_tool='afni', config=None, acpc_target='whole-head'

inputnode = pe.Node(util.IdentityInterface(fields=['anat_leaf',
'brain_mask',
'template_brain_only_for_anat', 'template_brain_only_for_anat',
'template_brain_only_for_anat',
'template_skull_for_anat',
'template_brain_for_acpc',
'template_head_for_acpc']),
Expand Down

0 comments on commit 7b2013d

Please sign in to comment.