Skip to content

Commit

Permalink
Merge pull request #26 from 36000/update_baby_bd
Browse files Browse the repository at this point in the history
[FIX] update baby BD to new primary axis api
  • Loading branch information
36000 authored Nov 21, 2024
2 parents 393d6fe + e8b227c commit cb2e84f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AFQ/api/bundle_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def baby_bd():
"exclude": [templates["SLF_roi1_L"]],
"start": templates["pARC_L_start"],
"end": templates["VOF_box_small_L"],
"primary_axis": 2,
"primary_axis": 'I/S',
"primary_axis_percentage": 40,
"cross_midline": False,
"mahal": {"distance_threshold": 4}},
Expand All @@ -490,21 +490,21 @@ def baby_bd():
"exclude": [templates["SLF_roi1_R"]],
"start": templates["pARC_R_start"],
"end": templates["VOF_box_small_R"],
"primary_axis": 2,
"primary_axis": 'I/S',
"primary_axis_percentage": 40,
"cross_midline": False,
"mahal": {"distance_threshold": 4}},
'Left Vertical Occipital': {
"start": templates["VOF_L_start"],
"end": templates["VOF_box_small_L"],
"primary_axis": 2,
"primary_axis": 'I/S',
"primary_axis_percentage": 40,
"cross_midline": False,
"mahal": {"distance_threshold": 4}},
'Right Vertical Occipital': {
"start": templates["VOF_R_start"],
"end": templates["VOF_box_small_R"],
"primary_axis": 2,
"primary_axis": 'I/S',
"primary_axis_percentage": 40,
"cross_midline": False,
"mahal": {"distance_threshold": 4}}},
Expand Down

0 comments on commit cb2e84f

Please sign in to comment.