magmap.brain_globe.bg_model module¶
BrainGlobe model for integration in MagellanMapper
- class magmap.brain_globe.bg_model.BrainGlobeMM[source]¶
Bases:
objectModel for BrainGlobe-MagellanMapper interactions.
- Variables:
atlases_avail – Dictionary of the names of available atlases from BrainGlobe to their latest version string.
atlases_local – Dictionary of the names of locally downloaded BrainGlobe atlases to their version string.
- get_atlas(name, download=True, fn_update=None)[source]¶
Get a BrainGlobe atlas.
- Parameters:
- Return type:
Optional[BrainGlobeAtlas]- Returns:
The BrainGlobe atlas instance. None if the atlas could not be found or downloaded.