File tree 3 files changed +23
-0
lines changed
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 56
56
* [ Installation] ( brainreg/installation.md )
57
57
* [ User guide] ( brainreg/getting-started/README.md )
58
58
* [ Registration parameters] ( brainreg/getting-started/registration-parameters.md )
59
+ * [ Visualisation] ( brainreg/visualisation.md )
59
60
60
61
## neuro
61
62
Original file line number Diff line number Diff line change @@ -36,3 +36,5 @@ brainreg /path/to/raw/data /path/to/output/directory -x 2 -y 2 -z 5
36
36
For more information see [ Getting started] ( getting-started/ )
37
37
{% endhint %}
38
38
39
+
40
+
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments