Skip to content

Commit 59bf839

Browse files
authored
FIX: Clean up output report language (#3529)
Closes #3497 Partially addresses #3498
2 parents 58ff9d7 + 26a4c7b commit 59bf839

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

fmriprep/data/reports-spec-func.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ sections:
5151
- bids: {datatype: figures, desc: summary, suffix: bold}
5252
- bids: {datatype: figures, desc: validation, suffix: bold}
5353
- bids: {datatype: figures, desc: fmapCoreg, suffix: bold}
54-
caption: The estimated fieldmap was aligned to the corresponding EPI reference
54+
caption: The estimated fieldmap was aligned to the corresponding BOLD reference
5555
with a rigid-registration process of the fieldmap reference image,
5656
using <code>antsRegistration</code>.
5757
Overlaid on top of the co-registration results, the final BOLD mask is represented
58-
with a red contour for reference.
58+
with a green contour for reference.
5959
static: false
60-
subtitle: Alignment between the anatomical reference of the fieldmap and the target EPI
60+
subtitle: Alignment between the anatomical reference of the fieldmap and the BOLD reference
6161
- bids: {datatype: figures, desc: fieldmap, suffix: bold}
6262
caption: Estimated fieldmap, as reconstructed on the target BOLD run space to allow
6363
the assessment of its alignment with the distorted data.
64-
The anatomical reference is the fieldmap's reference moved into the target EPI's grid through
64+
The anatomical reference is the fieldmap's reference moved into the BOLD reference's grid through
6565
the estimated transformation.
6666
In other words, this plot should be equivalent to that of the
6767
<em>Preprocessed estimation with varying Phase-Encoding (PE) blips</em> shown above in the
@@ -80,7 +80,7 @@ sections:
8080
- bids: {datatype: figures, desc: forcedsyn, suffix: bold}
8181
caption: The dataset contained some fieldmap information, but the argument <code>--force syn-sdc</code>
8282
was used. The higher-priority SDC method was used. Here, we show the results
83-
of performing SyN-based SDC on the EPI for comparison.
83+
of performing SyN-based SDC on the BOLD reference for comparison.
8484
static: false
8585
subtitle: Experimental fieldmap-less susceptibility distortion correction
8686
- bids: {datatype: figures, desc: t2scomp, suffix: bold}
@@ -96,11 +96,11 @@ sections:
9696
static: false
9797
subtitle: T2* gray-matter values
9898
- bids: {datatype: figures, desc: coreg, suffix: bold}
99-
caption: This panel shows the alignment of the reference EPI (BOLD) image to the
99+
caption: This panel shows the alignment of the BOLD reference image to the
100100
anatomical (T1-weighted) image.
101-
The reference EPI has been contrast enhanced and susceptibility-distortion
101+
The BOLD reference image has been contrast enhanced and susceptibility-distortion
102102
corrected (if applicable) for improved anatomical fidelity.
103-
The anatomical image has been resampled into EPI space, as well as the
103+
The anatomical image has been resampled into BOLD reference space, as well as the
104104
anatomical white matter mask, which appears as a red contour.
105105
static: false
106106
subtitle: Alignment of functional and anatomical MRI data (coregistration)

fmriprep/data/reports-spec.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ sections:
7777
- bids: {datatype: figures, desc: summary, suffix: bold}
7878
- bids: {datatype: figures, desc: validation, suffix: bold}
7979
- bids: {datatype: figures, desc: fmapCoreg, suffix: bold}
80-
caption: The estimated fieldmap was aligned to the corresponding EPI reference
80+
caption: The estimated fieldmap was aligned to the corresponding BOLD reference
8181
with a rigid-registration process of the fieldmap reference image,
8282
using <code>antsRegistration</code>.
8383
Overlaid on top of the co-registration results, the final BOLD mask is represented
84-
with a red contour for reference.
84+
with a green contour for reference.
8585
static: false
86-
subtitle: Alignment between the anatomical reference of the fieldmap and the target EPI
86+
subtitle: Alignment between the anatomical reference of the fieldmap and the BOLD reference
8787
- bids: {datatype: figures, desc: fieldmap, suffix: bold}
8888
caption: Estimated fieldmap, as reconstructed on the target BOLD run space to allow
8989
the assessment of its alignment with the distorted data.
90-
The anatomical reference is the fieldmap's reference moved into the target EPI's grid through
90+
The anatomical reference is the fieldmap's reference moved into the BOLD reference's grid through
9191
the estimated transformation.
9292
In other words, this plot should be equivalent to that of the
9393
<em>Preprocessed estimation with varying Phase-Encoding (PE) blips</em> shown above in the
@@ -106,7 +106,7 @@ sections:
106106
- bids: {datatype: figures, desc: forcedsyn, suffix: bold}
107107
caption: The dataset contained some fieldmap information, but the argument <code>--force syn-sdc</code>
108108
was used. The higher-priority SDC method was used. Here, we show the results
109-
of performing SyN-based SDC on the EPI for comparison.
109+
of performing SyN-based SDC on the BOLD reference for comparison.
110110
static: false
111111
subtitle: Experimental fieldmap-less susceptibility distortion correction
112112
- bids: {datatype: figures, desc: t2scomp, suffix: bold}
@@ -122,11 +122,11 @@ sections:
122122
static: false
123123
subtitle: T2* gray-matter values
124124
- bids: {datatype: figures, desc: coreg, suffix: bold}
125-
caption: This panel shows the alignment of the reference EPI (BOLD) image to the
125+
caption: This panel shows the alignment of the BOLD reference image to the
126126
anatomical (T1-weighted) image.
127-
The reference EPI has been contrast enhanced and susceptibility-distortion
127+
The BOLD reference has been contrast enhanced and susceptibility-distortion
128128
corrected (if applicable) for improved anatomical fidelity.
129-
The anatomical image has been resampled into EPI space, as well as the
129+
The anatomical image has been resampled into BOLD reference space, as well as the
130130
anatomical white matter mask, which appears as a red contour.
131131
static: false
132132
subtitle: Alignment of functional and anatomical MRI data (coregistration)

0 commit comments

Comments
 (0)