Registration to a BrainGlobe atlas using Elastix
A napari plugin for registering images to a BrainGlobe atlas.
- Open
napari
. - Install the plugin with
pip install git+https://github.com/brainglobe/brainglobe-registration.git
. - Open the widget by selecting
Plugins > BrainGlobe Registration
in the napari menu bar near the top left of the window. TheBrainGlobe Registration
plugin will appear on the right hand side of the napari window. - Open the image you want to register in napari (a sample 2D image can be found by selecting
File > Open Sample > Sample Brain Slice
). - Select the atlas you want to register to from the dropdown menu.
The atlas will appear in the napari viewer. Select the approximate
Z
slice of the atlas that you want to register to, using the slider at the bottom of the napari viewer. - Adjust the sample image to roughly match the atlas image.
You can do this by adjusting X and Y translation as well as rotating around the centre of the image.
You can overlay the two images by toggling
Grid
mode in the napari viewer (Ctrl+G). You can then adjust the color map and opacity of the atlas image to make manual alignment easier. The sample image can be reset to its original position and orientation by clickingReset Image
in theBrainGlobe Registration
plugin window. - Select the transformations you want to use from the dropdown menu. Set the transformation type to empty to remove a step.
Select from one of the three provided default parameter sets (elastix, ARA, or IBL). Customise the parameters further in the
Parameters
tab. - Click
Run
to register the image. The registered image will appear in the napari viewer.
We strongly recommend to use a virtual environment manager (like conda
or venv
). The installation instructions below
will not specify the Qt backend for napari, and you will therefore need to install that separately. Please see the
napari
installation instructions for further advice on this.
[WIP] You can install brainglobe-registration
via pip:
pip install brainglobe-registration
To install latest development version :
pip install git+https://github.com/brainglobe/brainglobe-registration.git
Distributed under the terms of the BSD-3 license, "brainglobe-registration" is free and open source software
We are always happy to help users of our tools, and welcome any contributions. If you would like to get in contact with us for any reason, please see the contact page of our website.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.