@@ -143,15 +143,14 @@ mid-thickness surface mesh::
143
143
144
144
Surface output spaces include ``fsnative `` (full density subject-specific mesh),
145
145
``fsaverage `` and the down-sampled meshes ``fsaverage6 `` (41k vertices) and
146
- ``fsaverage5 `` (10k vertices, default). Additionally, the BOLD can be resampled to
147
- ``fsLR `` surfaces, a hybrid version of the ``fsaverage `` atlas with both hemispheres
148
- in precise geographic correspondence, with varying mesh densities: 32k (default), 59k, and 164k.
146
+ ``fsaverage5 `` (10k vertices, default).
149
147
150
148
**Grayordinates files **.
151
- CIFTI is a container format that holds both volumetric (regularly sampled in a grid)
152
- and surface (sampled on a triangular mesh) samples.
153
- Sub-cortical time series are volumetric (supported spaces: ``MNI152NLin6Asym ``), while cortical
154
- time series are sampled to surface (supported spaces: ``fsLR ``).
149
+ `CIFTI <https://www.nitrc.org/forum/attachment.php?attachid=333&group_id=454&forum_id=1955 >`_ is
150
+ a container format that holds both volumetric (regularly sampled in a grid) and surface
151
+ (sampled on a triangular mesh) samples.
152
+ Sub-cortical time series are sampled on a regular grid derived from one MNI template, while
153
+ cortical time series are sampled on surfaces projected from the [Glasser2016 ]_ template.
155
154
If CIFTI outputs are requested (with the ``--cifti-outputs `` argument), the BOLD series are also
156
155
saved as ``dtseries.nii `` CIFTI2 files::
157
156
@@ -261,7 +260,7 @@ expansion [Satterthwaite2013]_, providing time series corresponding to the first
261
260
*quadratic terms *, resulting in the total 24 head motion parameters
262
261
(six base motion parameters + six temporal derivatives of six motion parameters +
263
262
12 quadratic terms of six motion parameters and their six temporal derivatives).
264
- Additionally, *fMRIPrep * returns temporal derivatives and quadratic terms for the
263
+ Additionally, *fMRIPrep * returns temporal derivatives and quadratic terms for the
265
264
three global signals (``csf ``, ``white_matter `` and ``global_signal ``)
266
265
to enable applying the 36-parameter denoising strategy proposed by [Satterthwaite2013 ]_.
267
266
@@ -313,7 +312,7 @@ It is relevant to mention *effective* because initial time points identified as
313
312
states * are removed before generating the cosine regressors.
314
313
315
314
.. caution ::
316
- If your analysis includes separate high-pass filtering, do not include
315
+ If your analysis includes separate high-pass filtering, do not include
317
316
``cosine_XX `` regressors in your design matrix.
318
317
319
318
.. admonition :: See also
@@ -521,6 +520,11 @@ See implementation on :mod:`~fmriprep.workflows.bold.confounds.init_bold_confs_w
521
520
Movement‐Related effects in fMRI time‐series. Magnetic Resonance in Medicine. 1996.
522
521
doi:`10.1002/mrm.191035031 <https://doi.org/10.1002/mrm.1910350312 >`_
523
522
523
+ .. [Glasser2016 ] Glasser MF, Coalson TS Robinson EC, Hacker CD, Harwell J, Yacoub E, Ugurbil K,
524
+ Andersson J, Beckmann CF, Jenkinson M, Smith SM, Van Essen DC.
525
+ A multi-modal parcellation of human cerebral cortex. Nature. 2016.
526
+ doi:`10.1038/nature18933 <https://doi.org/10.1038/nature18933 >`_
527
+
524
528
.. [Hallquist2013 ] Hallquist MN, Hwang K, Luna B. The Nuisance of Nuisance Regression.
525
529
NeuroImage. 2013. doi:`10.1016/j.neuroimage.2013.05.116
526
530
<https://doi.org/10.1016/j.neuroimage.2013.05.116> `_
0 commit comments