Skip to content

Commit

Permalink
Explain atlas visualisation script slightly more (#207)
Browse files Browse the repository at this point in the history
* Explain atlas visualisation script slightly more

* Update docs/source/documentation/brainglobe-atlasapi/adding-a-new-atlas.md

Co-authored-by: Alessandro Felder <alessandrofelder@users.noreply.github.com>

---------

Co-authored-by: Alessandro Felder <alessandrofelder@users.noreply.github.com>
  • Loading branch information
adamltyson and alessandrofelder committed Jun 21, 2024
1 parent 6c78b10 commit deaba0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ inspect_meshes_folder("~/.brainglobe/temp/allen_mouse_10um_v1.0/meshes")
Once an atlas is created with BrainGlobe’s atlas generation tools, it can be used with most software from the BrainGlobe software suite.
These include [brainrender](/documentation/brainrender/index) and [brainrender-napari](/tutorials/visualise-atlas-napari) which provide a convenient way to visually inspect the generated atlas meshes.

For example, you can visualise various parts of the Max Planck Zebrafish Brain Atlas next to each other by running the script below. You can do the same with your own newly-packaged atlas (or any other BrainGlobe atlas) by replacing as explained in the comments.
For example, you can visualise various parts of the Max Planck Zebrafish Brain Atlas next to each other by running the script below. You can do the same with your own newly-packaged atlas (or any other BrainGlobe atlas) by replacing the atlas name, the name of the additional reference, and the acronym of the structure you're interested in, as explained in the comments below:

```python
from brainrender_napari.napari_atlas_representation import NapariAtlasRepresentation
Expand Down

0 comments on commit deaba0a

Please sign in to comment.