Skip to content

Commit 6ffdcff

Browse files
committed
Address review comments.
- Change “Voxel-wise T2*” to “A T2* map”. - Reformat description so each sentence is on a new line. - Place braces around abbreviations in boilerplate.bib.
1 parent 9dc7fb6 commit 6ffdcff

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

fmriprep/data/boilerplate.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ @article{posse_t2s
299299
journal = {Magnetic Resonance in Medicine},
300300
number = 1,
301301
pages = {87-97},
302-
title = {Enhancement of BOLD-contrast sensitivity by single-shot multi-echo functional MR imaging},
302+
title = {Enhancement of {BOLD}-contrast sensitivity by single-shot multi-echo functional {MR} imaging},
303303
volume = 42,
304304
year = 1999
305305
}

fmriprep/workflows/bold/t2s.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ def init_bold_t2s_wf(bold_echos, echo_times, mem_gb, omp_nthreads,
7777
"""
7878
workflow = Workflow(name=name)
7979
workflow.__desc__ = """\
80-
Voxel-wise T2* was estimated from preprocessed BOLD by fitting to a
81-
monoexponential signal decay model with log-linear regression. For each voxel,
82-
the maximal number of echoes with high signal in that voxel was used to fit the
83-
model. The T2* map was used to optimally combine preprocessed BOLD across
80+
A T2* map was estimated from preprocessed BOLD by fitting to a
81+
monoexponential signal decay model with log-linear regression.
82+
For each voxel, the maximal number of echoes with high signal in that voxel was
83+
used to fit the model.
84+
The T2* map was used to optimally combine preprocessed BOLD across
8485
echoes following the method described in @posse_t2s and was also retained as
8586
the BOLD reference.
8687
"""

0 commit comments

Comments
 (0)