Skip to content

Commit 451623d

Browse files
adamltysongitbook-bot
authored andcommitted
GitBook: [master] 3 pages modified
1 parent 1a91811 commit 451623d

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
* [Installation](brainreg/installation.md)
5757
* [User guide](brainreg/getting-started/README.md)
5858
* [Registration parameters](brainreg/getting-started/registration-parameters.md)
59+
* [Visualisation](brainreg/visualisation.md)
5960

6061
## neuro
6162

brainreg/introduction.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ brainreg /path/to/raw/data /path/to/output/directory -x 2 -y 2 -z 5
3636
For more information see [Getting started](getting-started/)
3737
{% endhint %}
3838

39+
40+

brainreg/visualisation.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
description: How to look at the registration results
3+
---
4+
5+
# Visualisation
6+
7+
brainreg comes with a plugin \([napari-brainreg](https://github.com/brainglobe/napari-brainreg)\) for [napari](https://github.com/napari/napari)
8+
9+
To visualise your data, open napari and drag your brainreg output directory \(the one with the log file\) onto the napari window.
10+
11+
Various images should then open, including:
12+
13+
* `Image (downsampled)` - the image used for registration
14+
* `Annotations` - the atlas labels, warped to your sample brain
15+
* `Boundaries` - the boundaries of the atlas regions
16+
17+
If you downsampled additional channels, these will also be loaded.
18+
19+
![process](https://raw.githubusercontent.com/brainglobe/napari-brainreg/master/resources/napari-brainreg.png)
20+

0 commit comments

Comments
 (0)