Skip to content

Commit

Permalink
Correcting the naming dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Alemán Gómez committed Nov 5, 2024
1 parent 0837a20 commit fdef515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chimera/chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def _build_parcellation(self, t1:str, bids_dir:str,
ent_dict_fullid = cltbids._str2entity(fullid)

if 'ses' in ent_dict.keys():
path_cad = "sub-" + ent_dict["subject"] + os.path.sep + "ses-" + ent_dict["ses"]
path_cad = "sub-" + ent_dict["sub"] + os.path.sep + "ses-" + ent_dict["ses"]
else:
path_cad = "sub-" + ent_dict["subject"]

Expand Down

0 comments on commit fdef515

Please sign in to comment.