Skip to content

Commit

Permalink
Solving the bug that caused the ventralDC to overwrite the hypothalamus.
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 4a2d77d commit b28db92
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 @@ -1459,7 +1459,7 @@ def _build_parcellation(self, t1:str, bids_dir:str,
indexes = np.where(mask)
tmp_extra.data[indexes] = 0
tmp_extra._adjust_values()
chim_parc._add_parcellation(extra_parc, append=False)
chim_parc._add_parcellation(tmp_extra, append=False)
del tmp_extra

# Saving the FINAL parcellation
Expand Down

0 comments on commit b28db92

Please sign in to comment.