Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soundray committed Oct 4, 2019
1 parent a98d279 commit ff141d7
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions README.md
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

0 comments on commit ff141d7

Please sign in to comment.