int-brain-lab / iblenv

Unified environment and Issue tracker for all IBL
MIT License
10 stars 10 forks source link

Atlas example on Remapping - how to get the Beryl area volume #333

Closed oliche closed 1 year ago

oliche commented 1 year ago

Slack thread https://int-brain-lab.slack.com/archives/CEM70EXTN/p1681377756561099

GaelleChapuis commented 1 year ago

Changed ba.compute_regions_volume() so it does not compute the cumulative sum across the levels of the hierarchy by default, but rather computes the volume for the voxels remaining in a given region (difference of the sets).

Tests need editing