Skip to content

Commit 2c2cfa2

Browse files
committed
ENH: Add estimated field maps to final reports
1 parent 5d22fb0 commit 2c2cfa2

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

nibabies/data/reports-spec.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,51 @@ sections:
2626
caption: Surfaces (white and pial) reconstructed with FreeSurfer (<code>recon-all</code>)
2727
overlaid on the participant's T1w template.
2828
subtitle: Surface reconstruction
29+
30+
- name: <em>B<sub>0</sub></em> field mapping
31+
ordering: session,acquisition,run,fmapid
32+
reportlets:
33+
- bids: {datatype: figures, desc: mapped, suffix: fieldmap}
34+
caption: Inhomogeneities of the <em>B<sub>0</sub></em> field introduce (oftentimes severe) spatial distortions
35+
along the phase-encoding direction of the image. Some scanners produce a <em>B<sub>0</sub></em>
36+
mapping of the field, using Spiral Echo Imaging (SEI) or postprocessing a "phase-difference"
37+
acquisition. The plot below shows an anatomical "magnitude" reference and the corresponding
38+
fieldmap.
39+
description: Hover over the panels with the mouse pointer to also visualize the intensity of the
40+
field inhomogeneity in Hertz.
41+
static: false
42+
subtitle: "Preprocessed <em>B<sub>0</sub></em> mapping acquisition"
43+
- bids: {datatype: figures, desc: phasediff, suffix: fieldmap}
44+
caption: Inhomogeneities of the <em>B<sub>0</sub></em> field introduce (oftentimes severe) spatial distortions
45+
along the phase-encoding direction of the image. A Gradient-Recalled Echo (GRE) scheme for the
46+
mapping of the <em>B<sub>0</sub></em> inhomogeneities by subtracting the phase maps obtained at
47+
two subsequent echoes. The plot below shows an anatomical "magnitude" reference and the corresponding
48+
fieldmap.
49+
description: Hover over the panels with the mouse pointer to also visualize the intensity of the
50+
field inhomogeneity in Hertz.
51+
static: false
52+
subtitle: "Preprocessed mapping of phase-difference acquisition"
53+
- bids: {datatype: figures, desc: pepolar, suffix: fieldmap}
54+
caption: Inhomogeneities of the <em>B<sub>0</sub></em> field introduce (oftentimes severe) spatial distortions
55+
along the phase-encoding direction of the image. Utilizing two or more images with different
56+
phase-encoding polarities (PEPolar) or directions, it is possible to estimate the inhomogeneity
57+
of the field. The plot below shows a reference EPI (echo-planar imaging) volume generated
58+
using two or more EPI images with varying phase-encoding blips.
59+
description: Hover on the panels with the mouse pointer to also visualize the intensity of the
60+
inhomogeneity of the field in Hertz.
61+
static: false
62+
subtitle: "Preprocessed estimation with varying Phase-Endocing (PE) blips"
63+
- bids: {datatype: figures, desc: anat, suffix: fieldmap}
64+
caption: Inhomogeneities of the <em>B<sub>0</sub></em> field introduce (oftentimes severe) spatial distortions
65+
along the phase-encoding direction of the image. Utilizing an <em>anatomically-correct</em> acquisition
66+
(for instance, T1w or T2w), it is possible to estimate the inhomogeneity of the field by means of nonlinear
67+
registration. The plot below shows a reference EPI (echo-planar imaging) volume generated
68+
using two or more EPI images with the same PE encoding, after alignment to the anatomical scan.
69+
description: Hover on the panels with the mouse pointer to also visualize the intensity of the
70+
inhomogeneity of the field in Hertz.
71+
static: false
72+
subtitle: "Preprocessed estimation by nonlinear registration to an anatomical scan (&ldquo;<em>fieldmap-less</em>&rdquo;)"
73+
2974
- name: Functional
3075
ordering: session,task,acquisition,ceagent,reconstruction,direction,run,echo
3176
reportlets:

0 commit comments

Comments
 (0)