@@ -91,7 +91,7 @@ Brain extraction, brain tissue segmentation and spatial normalization
91
91
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92
92
93
93
Then, the T1w reference is skull-stripped using a Nipype implementation of
94
- the ``antsBrainExtraction.sh `` tool (ANTs), which is an atlas-based
94
+ the ``antsBrainExtraction.sh `` tool (ANTs), which is an atlas-based
95
95
brain extraction workflow:
96
96
97
97
.. workflow ::
@@ -120,7 +120,7 @@ Once the brain mask is computed, FSL ``fast`` is utilized for brain tissue segme
120
120
121
121
Finally, spatial normalization to standard spaces is performed using ANTs' ``antsRegistration ``
122
122
in a multiscale, mutual-information based, nonlinear registration scheme.
123
- See ` output_spaces `_ for information about how standard and nonstandard spaces can
123
+ See :ref: ` output-spaces ` for information about how standard and nonstandard spaces can
124
124
be set to resample the preprocessed data onto the final output spaces.
125
125
126
126
@@ -143,9 +143,9 @@ in the same space and resolution as the T1 image, and follow the naming conventi
143
143
(e.g. ``sub-001_T1w_label-lesion_roi.nii.gz ``).
144
144
This file should be placed in the ``sub-*/anat `` directory of the BIDS dataset
145
145
to be run through *fMRIPrep *.
146
- Because lesion masks are not currently part of the BIDS specification, it is also necessary to
147
- include a ``.bidsignore `` file in the root of your dataset directory. This will prevent
148
- `bids-validator <https://github.com/bids-standard/bids-validator#bidsignore >`_ from complaining that your dataset not BIDS valid, which prevents
146
+ Because lesion masks are not currently part of the BIDS specification, it is also necessary to
147
+ include a ``.bidsignore `` file in the root of your dataset directory. This will prevent
148
+ `bids-validator <https://github.com/bids-standard/bids-validator#bidsignore >`_ from complaining that your dataset not BIDS valid, which prevents
149
149
*fMRIPrep * from running. Your ``.bidsignore `` file should include the following line::
150
150
151
151
*lesion_roi.nii.gz
@@ -491,7 +491,7 @@ This sub-workflow concatenates the transforms calculated upstream (see
491
491
fieldmaps are available--, `EPI to T1w registration `_, and an anatomical-to-standard
492
492
transform from `T1w/T2w preprocessing `_) to map the :abbr: `EPI ( echo-planar imaging ) `
493
493
image to the standard spaces given by the ``--output-spaces `` argument (see
494
- ` output_spaces `_ .
494
+ :ref: ` output-spaces ` .
495
495
It also maps the T1w-based mask to each of those standard spaces.
496
496
497
497
Transforms are concatenated and applied all at once, with one interpolation (Lanczos)
@@ -560,7 +560,7 @@ ICA-AROMA
560
560
561
561
ICA-AROMA denoising is performed in ``MNI152NLin6Asym `` space, which is automatically
562
562
added to the list of ``--output-spaces `` if it was not already requested by the user.
563
- The number of ICA-AROMA components depends on a dimensionality estimate made by
563
+ The number of ICA-AROMA components depends on a dimensionality estimate made by
564
564
FSL MELODIC.
565
565
For datasets with a very short TR and a large number of timepoints, this may result
566
566
in an unusually high number of components.
0 commit comments