Is your feature request related to a problem? Please describe.
brainrender surprisingly does not use BrainGlobe atlasapi left and right hemisphere maps when showing a single hemisphere. Instead it takes the centre of mass for the root mesh and then takes a plane along this point.
https://github.com/brainglobe/brainrender/blob/main/brainrender/scene.py#L348-L373
Describe the solution you'd like
we should probably use the atlas apis hemisphere data as the existing solution is brittle.
Is your feature request related to a problem? Please describe.
brainrender surprisingly does not use BrainGlobe atlasapi left and right hemisphere maps when showing a single hemisphere. Instead it takes the centre of mass for the root mesh and then takes a plane along this point.
https://github.com/brainglobe/brainrender/blob/main/brainrender/scene.py#L348-L373
Describe the solution you'd like
we should probably use the atlas apis hemisphere data as the existing solution is brittle.