Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.03 KB

update_atlases.md

File metadata and controls

63 lines (37 loc) · 1.03 KB

update_atlases

Contents

update_atlas [#8]

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.

install_atlas [#53]

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.