Skip to content

Commit 72f69b3

Browse files
committed
rf: remove traces of output fsLR surfaces
1 parent 1641529 commit 72f69b3

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

docs/outputs.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ in precise geographic correspondence, with varying mesh densities: 32k (default)
150150
**Grayordinates files**.
151151
CIFTI is a container format that holds both volumetric (regularly sampled in a grid)
152152
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``).
153+
Sub-cortical time series are volumetric (space: ``MNI152NLin6Asym``), while cortical
154+
time series are sampled to surface (space: ``fsLR``).
155155
If CIFTI outputs are requested (with the ``--cifti-outputs`` argument), the BOLD series are also
156156
saved as ``dtseries.nii`` CIFTI2 files::
157157

@@ -261,7 +261,7 @@ expansion [Satterthwaite2013]_, providing time series corresponding to the first
261261
*quadratic terms*, resulting in the total 24 head motion parameters
262262
(six base motion parameters + six temporal derivatives of six motion parameters +
263263
12 quadratic terms of six motion parameters and their six temporal derivatives).
264-
Additionally, *fMRIPrep* returns temporal derivatives and quadratic terms for the
264+
Additionally, *fMRIPrep* returns temporal derivatives and quadratic terms for the
265265
three global signals (``csf``, ``white_matter`` and ``global_signal``)
266266
to enable applying the 36-parameter denoising strategy proposed by [Satterthwaite2013]_.
267267

@@ -313,7 +313,7 @@ It is relevant to mention *effective* because initial time points identified as
313313
states* are removed before generating the cosine regressors.
314314

315315
.. caution::
316-
If your analysis includes separate high-pass filtering, do not include
316+
If your analysis includes separate high-pass filtering, do not include
317317
``cosine_XX`` regressors in your design matrix.
318318

319319
.. admonition:: See also

docs/spaces.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ Please mind that the selected resolutions specified must exist within TemplateFl
8080

8181
When specifying surface spaces (e.g., ``fsaverage``), the legacy identifiers from
8282
FreeSurfer will be supported (e.g., ``fsaverage5``) although the use of the density
83-
modifier would be preferred (i.e., ``fsaverage:den-10k`` for ``fsaverage5``). When
84-
selecting ``fsLR`` surface space without a density label, ``fsLR:den-32k`` will be used.
83+
modifier would be preferred (i.e., ``fsaverage:den-10k`` for ``fsaverage5``).
8584

8685
Custom standard spaces
8786
""""""""""""""""""""""

fmriprep/workflows/bold/outputs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def init_func_derivatives_wf(
2222
output_dir,
2323
spaces,
2424
use_aroma,
25-
fslr_density=None,
2625
name='func_derivatives_wf',
2726
):
2827
"""
@@ -51,8 +50,6 @@ def init_func_derivatives_wf(
5150
would lead to resampling on a 2mm resolution of the space).
5251
use_aroma : :obj:`bool`
5352
Whether ``--use-aroma`` flag was set.
54-
fslr_density : :obj:`str`, optional
55-
Density of fsLR surface (32k or 59k)
5653
name : :obj:`str`
5754
This workflow's identifier (default: ``func_derivatives_wf``).
5855

0 commit comments

Comments
 (0)