brainglobe
Search…
About
BrainGlobe help forum
bg-atlasapi
BG-AtlasAPI
Usage
Contributing
Adding a new atlas
API documentation
bg_atlas
cli
list_atlases
config
core
structure_tree_util
structure_class
update_atlases
utils
BrainGlobe's publications
Work using BrainGlobe's tools
GitHub repository
cellfinder
Introduction
Installation
User guide
Tutorial
Troubleshooting
Using conda
Image definition
Getting in touch
Contributing to cellfinder
Release notes
Citing cellfinder
Misc
GitHub repository
cellfinder-core
Introduction
GitHub repository
cellfinder-napari
Introduction
User guide
GitHub repository
brainreg
Introduction
Installation
User guide
Tutorial
Visualisation
GitHub repository
BRAINREG-NAPARI
Introduction
User guide
Tutorial
brainreg-segment
Introduction
User guide
Applications
GitHub repository
bg-space
BG-Space
Usage
morphapi
Morphapi
Usage
Brainrender
Brainrender
Governance model
Hackathon
Github repository
Powered By
GitBook
update_atlases
Contents
​
update_atlas
[#8]
​
​
install_atlas
[#53]
​
update_atlas
[#8]
Check the
source code
online
1
def
update_atlas
(
atlas_name
,
force
=
False
):
Copied!
 docstring:
1
Updates a bg_atlasapi atlas from the latest
2
​
3
available version online.
4
​
5
Arguments:
6
​
7
----------
8
​
9
atlas_name: str
10
​
11
Name of the atlas to update.
12
​
13
force: bool
14
​
15
If False it checks if the atlas is already at the latest version
16
​
17
and doesn't update if that's the case.
Copied!
install_atlas
[#53]
Check the
source code
online
1
def
install_atlas
(
atlas_name
):
Copied!
 docstring:
1
Installs a BrainGlobe atlas from the latest
2
​
3
available version online.
4
​
5
Arguments
6
​
7
---------
8
​
9
atlas_name : str
10
​
11
Name of the atlas to update.
Copied!
Previous
structure_class
Next
utils
Last modified
1yr ago
Copy link
Contents
Contents
update_atlas [#8]
install_atlas [#53]