Check the source code
online
def update_atlas(atlas_name, force=False):
docstring:
Updates a bg_atlasapi atlas from the latest
available version online.
Arguments:
----------
atlas_name: str
Name of the atlas to update.
force: bool
If False it checks if the atlas is already at the latest version
and doesn't update if that's the case.
Check the source code
online
def install_atlas(atlas_name):
docstring:
Installs a BrainGlobe atlas from the latest
available version online.
Arguments
---------
atlas_name : str
Name of the atlas to update.