Skip to content

Commit

Permalink
Adds VOF, pARC and OR to the standard pediatric bundle set.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Sep 9, 2023
1 parent 7580be2 commit 2724849
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AFQ/api/bundle_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def append_l_r(bundle_list, no_lr_list):
RECO_BUNDLES_80 = append_l_r(RECO_BUNDLES_80, RECO_UNIQUE)

PEDIATRIC_BUNDLES = [
"ARC", "ATR", "CGC", "CST", "FA", "FP", "IFO", "ILF", "MdLF", "SLF", "UNC"]
"ARC", "ATR", "CGC", "CST", "FA", "FP", "IFO", "ILF", "MdLF", "SLF", "UNC",
"OR", "pARC", "VOF"]
PEDIATRIC_BUNDLES = append_l_r(PEDIATRIC_BUNDLES, ["FA", "FP"])

DIPY_GH = "https://github.com/dipy/dipy/blob/master/dipy/"
Expand Down Expand Up @@ -569,7 +570,7 @@ def transform_rois(self, bundle_name, mapping, new_affine,
Affine of space transformed into.
base_fname : str, optional
Base file path to save ROIs too. Additional BIDS
descriptors will be added to this file path. If None,
descriptors will be added to this file path. If None,
do not save the ROIs.
Returns
Expand Down

0 comments on commit 2724849

Please sign in to comment.