Brain atlas Module¶
- class coperniFUS.modules.atlas.AsynchronousOnlineAtlasListRetrieval(skip_online_atlas_retreival)[source]¶
Bases:
QThreadHandles network issues when retrieving online atlas lists.
- finished¶
Signal emitted whenever the atlas retreival is done (or has failed).
- class coperniFUS.modules.atlas.BrainAtlasMultiLayerNDImageLUT(parent_viewer, parent_brainatlas_module, ndimage_name='Multi-layer ndimage', **kwargs)[source]¶
Bases:
MultiLayerNDImageLUT- property ndimage_tmat¶
- class coperniFUS.modules.atlas.BrainAtlas(parent_viewer, skip_online_atlas_retreival=False, **kwargs)[source]¶
Bases:
ModuleBrainAtlas module.
- property atlas_resolution¶
Resultion of the reference altas in meters (x, y, z) Suplampling is accounted for in the returned value.
- property brain_atlas_tmat¶
Holds the atlas volume affine transformation matrix
- property bg_atlas¶
Holds the Brain Globe instance currently loaded in the module
- property available_atlases¶
Get a list of all (online and offline) available atlases in the dictionary form
- remove_altas_layer(layer_name=None, tree_viewer_layer_index=None)[source]¶
Delete one of the currently loaded brain structure layer from the rendered atlas
- update_tooltip_to_layer_centroid()[source]¶
Updates the Tooltip location according to the checkbox selection in the module dock
- release_tooltip()[source]¶
Releases the tooltip location from the selected location in the module. Please call CoperniFUS viewer release_from_modules method to release the tooltip from all loaded modules.