Skip to content

Commit 58cfc19

Browse files
author
David Ellis
committed
FIX: Changes list position of entorhinal.
1 parent f88204e commit 58cfc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/workflows/smri/freesurfer/ba_maps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def create_ba_maps_wf(name="Brodmann_Area_Maps", th3=True, exvivo=True,
5858
labels = ["BA1", "BA2", "BA3a", "BA3b", "BA4a", "BA4p", "BA6",
5959
"BA44", "BA45", "V1", "V2", "MT", "perirhinal"]
6060
if entorhinal:
61-
labels.append('entorhinal')
61+
labels.insert(-1, 'entorhinal')
6262
for hemisphere in ['lh', 'rh']:
6363
for threshold in [True, False]:
6464
field_template = dict(sphere_reg='surf/{0}.sphere.reg'.format(hemisphere),

0 commit comments

Comments
 (0)