Check the source code
online
def update_atlas(atlas_name, force=False):
docstring:
Updates a bg_atlasapi atlas from the latestavailable version online.Arguments:----------atlas_name: strName of the atlas to update.force: boolIf False it checks if the atlas is already at the latest versionand 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 latestavailable version online.Arguments---------atlas_name : strName of the atlas to update.