add_atlas_to_row#
- brainglobe_atlasapi.list_atlases.add_atlas_to_row(atlas, info, table, show_local_path=False)[source]#
Add information about each atlas to a row of the rich table.
- Parameters:
atlas (str) – The name of the atlas.
info (dict) – A dictionary containing information about the atlas.
table (rich.table.Table) – The table to which the row will be added.
show_local_path (bool, optional) – If True, includes the local path of the atlas in the row (default is False).
- Returns:
rich.table.Table – The updated table with the new row added.
——-