Skip to content

Commit 8bfe2c9

Browse files
committed
add citation to HCP pipelines, fix grayordinates
1 parent 748330a commit 8bfe2c9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

fmriprep/data/boilerplate.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,15 @@ @article{compcor
258258
year = 2007
259259
}
260260

261+
@article{hcppipelines,
262+
author = {Glasser, Matthew F. and Sotiropoulos, Stamatios N. and Wilson, J. Anthony and Coalson, Timothy S. and Fischl, Bruce and Andersson, Jesper L. and Xu, Junqian and Jbabdi, Saad and Webster, Matthew and Polimeni, Jonathan R. and Van Essen, David C. and Jenkinson, Mark},
263+
doi = {10.1016/j.neuroimage.2013.04.127},
264+
issn = {1053-8119},
265+
journal = {NeuroImage},
266+
pages = {105-124},
267+
series = {Mapping the Connectome},
268+
title = {The minimal preprocessing pipelines for the Human Connectome Project},
269+
url = {http://www.sciencedirect.com/science/article/pii/S1053811913005053},
270+
volume = 80,
271+
year = 2013
272+
}

fmriprep/workflows/bold/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ def init_func_preproc_wf(bold_file, ignore, freesurfer,
309309
effects of other kernels [@lanczos].
310310
Non-gridded (surface) resamplings were performed using `mri_vol2surf`
311311
(FreeSurfer).
312-
*Grayordinates* files, which combine surface-sampled data and
313-
volume-sampled data, were also generated.
314312
"""
315313

316314
inputnode = pe.Node(niu.IdentityInterface(

fmriprep/workflows/bold/resampling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ def init_bold_surf_wf(mem_gb, output_spaces, medial_surface_nan, name='bold_surf
9292
workflow.__desc__ = """\
9393
The BOLD time-series, were resampled to surfaces on the following
9494
spaces: {out_spaces}.
95+
*Grayordinates* files [@hcppipelines], which combine surface-sampled
96+
data and volume-sampled data, were also generated.
9597
""".format(out_spaces=', '.join(['*%s*' % s for s in spaces]))
9698
inputnode = pe.Node(
9799
niu.IdentityInterface(fields=['source_file', 't1_preproc', 'subject_id', 'subjects_dir',

fmriprep/workflows/fieldmap/phdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
6161
based on a field map that was co-registered to the BOLD reference,
6262
using a custom workflow of *fMRIPrep* derived from D. Greve's `epidewarp.fsl`
6363
[script](http://www.nmr.mgh.harvard.edu/~greve/fbirn/b0/epidewarp.fsl) and
64-
further improvements of HCP Pipelines.
64+
further improvements of HCP Pipelines [@hcppipelines].
6565
"""
6666

6767
inputnode = pe.Node(niu.IdentityInterface(fields=['magnitude', 'phasediff']),

0 commit comments

Comments
 (0)