Skip to content

Commit

Permalink
Adjusting the values
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 8a59f0d commit 0837a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chimera/chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@ def _build_parcellation(self, t1:str, bids_dir:str,
tmp_parc.index = index
tmp_parc.name = name
tmp_parc.color = color
tmp_parc._adjust_values()

tmp_parc._export_colortable(out_file=out_parc_maxp.replace('.nii.gz', '.lut'), lut_type="lut")
tmp_parc._export_colortable(out_file=out_parc_maxp.replace('.nii.gz', '.tsv'), lut_type="tsv")
Expand Down

0 comments on commit 0837a20

Please sign in to comment.