-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
maper | ||
MAPER | ||
===== | ||
|
||
Multi-atlas propagation with enhanced registration. | ||
See Heckemann et al., Neuroimage 2010 (http://www.doc.ic.ac.uk/~pa100/pubs/heckemannNeuroImage2010.pdf) | ||
Multi-atlas propagation with enhanced registration as described in | ||
Heckemann et al., Neuroimage 2010 | ||
(http://soundray.org/maper/heckemann-labelfusion-neuroimage-2006.pdf). | ||
|
||
### Platform | ||
|
||
Tested on Linux (NixOS 19.03, Ubuntu 16.04, CentOS 7). Works well | ||
with multi-core and large-scale cluster architectures, as registering | ||
multiple atlas images to a target image is embarrassingly parallel. | ||
|
||
### Dependencies | ||
|
||
* MIRTK (https://github.com/BioMedIA/MIRTK) | ||
* NiftySeg (https://github.com/KCL-BMEIS/NiftySeg) | ||
|
||
### Instructions | ||
|
||
Clone or download & unpack, then test with | ||
|
||
``` | ||
cd maper && export PATH=$PWD:$PATH | ||
mkdir ~/testrun && cd ~/testrun | ||
run-maper-example.sh | ||
``` | ||
|
||
Feedback welcome at metrimorphics@soundray.de | ||
|
||
|
||
First step: download or create an atlas |