atlas_view_gather
atlas_view_gather(atlas, gap=0.15)Reposition views to close gaps after view removal.
Centers each view group and arranges them horizontally with specified gap spacing.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| atlas | BrainAtlas | Brain atlas object. | required |
| gap | float | Proportional gap between views (default 0.15 = 15% of max width). Must be between 0 and 2.0. | 0.15 |
Returns
| Name | Type | Description |
|---|---|---|
| BrainAtlas | Modified atlas copy with repositioned geometry. |