Skip to content

Commit 3ae7f7c

Browse files
committed
Merge remote-tracking branch 'poldracklab/master'
2 parents 18019ea + 85819f7 commit 3ae7f7c

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
"affiliation": "State Key Laboratory of Cognitive Neuroscience and Learning, Beijing Normal University",
7474
"orcid": "0000-0003-0489-2619"
7575
},
76+
{
77+
"name": "Salo, Taylor",
78+
"affiliation": "Department of Psychology, Florida International University",
79+
"orcid": "0000-0001-9813-3167"
80+
},
7681
{
7782
"name": "Poldrack, Russell A.",
7883
"affiliation": "Department of Psychology, Stanford University",

fmriprep/data/boilerplate.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,14 @@ @article{afni
292292
volume = 10,
293293
year = 1997
294294
}
295+
296+
@article{posse_t2s,
297+
author = {Posse, Stefan and Wiese, Stefan and Gembris, Daniel and Mathiak, Klaus and Kessler, Christoph and Grosse-Ruyken, Maria-Liisa and Elghahwagi, Barbara and Richards, Todd and Dager, Stephen R. and Kiselev, Valerij G.},
298+
doi = {10.1002/(SICI)1522-2594(199907)42:1<87::AID-MRM13>3.0.CO;2-O},
299+
journal = {Magnetic Resonance in Medicine},
300+
number = 1,
301+
pages = {87-97},
302+
title = {Enhancement of {BOLD}-contrast sensitivity by single-shot multi-echo functional {MR} imaging},
303+
volume = 42,
304+
year = 1999
305+
}

fmriprep/workflows/bold/t2s.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ def init_bold_t2s_wf(bold_echos, echo_times, mem_gb, omp_nthreads,
7676
the skull-stripped optimal combination mask
7777
"""
7878
workflow = Workflow(name=name)
79+
workflow.__desc__ = """\
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
85+
echoes following the method described in @posse_t2s and was also retained as
86+
the BOLD reference.
87+
"""
88+
7989
inputnode = pe.Node(niu.IdentityInterface(
8090
fields=['bold_echos', 'name_source', 'hmc_xforms']),
8191
name='inputnode')

0 commit comments

Comments
 (0)