Skip to content

Commit

Permalink
Sorting the parcellations
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Alemán Gómez committed Sep 3, 2024
1 parent c3b0333 commit 4a2d77d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chimera/chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ def _prepare_templates(self, fssubj_dir:str = None):
# Select the files that contain the atlas names
ctx_parc_lh = cltmisc._filter_by_substring(ctx_parc_lh, atlas_names, boolcase=False)
ctx_parc_rh = cltmisc._filter_by_substring(ctx_parc_rh, atlas_names, boolcase=False)
ctx_parc_lh.sort()
ctx_parc_rh.sort()

ctx_parc_lh_annot = []
ctx_parc_rh_annot = []
Expand Down

0 comments on commit 4a2d77d

Please sign in to comment.