diff --git a/chimera/chimera.py b/chimera/chimera.py index 7a6b377..83becb7 100644 --- a/chimera/chimera.py +++ b/chimera/chimera.py @@ -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