Skip to content

Commit 9f76518

Browse files
authored
Merge pull request #1113 from danlurie/master
[DOC] Add lesion masking during registration
2 parents f7b8229 + 27bfcee commit 9f76518

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/citing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,7 @@ Other relevant references
242242
.. [Power2017] Power JD, Plitt M, Kundu P, Bandettini PA, Martin A (2017) Temporal interpolation alters
243243
motion in fMRI scans: Magnitudes and consequences for artifact detection. PLOS ONE 12(9): e0182939.
244244
doi:`10.1371/journal.pone.0182939 <https://doi.org/10.1371/journal.pone.0182939>`_.
245+
246+
.. [Brett2001] Brett M, Leff AP, Rorden C, Ashburner J (2001) Spatial Normalization of Brain Images with
247+
Focal Lesions Using Cost Function Masking. NeuroImage 14(2)
248+
doi:`10.006/nimg.2001.0845 <https://doi.org/10.1006/nimg.2001.0845>`_.

docs/workflows.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,18 @@ in a multiscale, mutual-information based, nonlinear registration scheme.
106106
In particular, spatial normalization is done using the `ICBM 2009c Nonlinear
107107
Asymmetric template (1×1×1mm) <http://nist.mni.mcgill.ca/?p=904>`_ [Fonov2011]_.
108108

109+
When processing images from patients with focal brain lesions (e.g. stroke, tumor
110+
resection), it is possible to provide a lesion mask to be used during spatial
111+
normalization to MNI-space [Brett2001]_.
112+
ANTs will use this mask to minimize warping of healthy tissue into damaged
113+
areas (or vice-versa).
114+
Lesion masks should be binary NIfTI images (damaged areas = 1, everywhere else = 0)
115+
in the same space and resolution as the T1 image, and follow the naming convention specified in
116+
`BIDS Extension Proposal 3: Common Derivatives <https://docs.google.com/document/d/1Wwc4A6Mow4ZPPszDIWfCUCRNstn7d_zzaWPcfcHmgI4/edit#heading=h.9146wuepclkt>`_
117+
(e.g. ``sub-001_T1w_label-lesion_roi.nii.gz``).
118+
This file should be placed in the ``sub-*/anat`` directory of the BIDS dataset
119+
to be run through ``fmriprep``.
120+
109121
.. figure:: _static/T1MNINormalization.svg
110122
:scale: 100%
111123

0 commit comments

Comments
 (0)