Skip to content

Commit 93c712b

Browse files
committed
revise mentions to mcflirt
1 parent bc32b8b commit 93c712b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/citing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ we recommend to include in your paper.
100100

101101
<p style="font-style: italic;">
102102
Functional data was <span class="slicetime_text_true">slice time corrected using
103-
<code>3dTshift</code> from AFNI v16.2.07 [11, RRID:SCR_005927]
104-
and </span>motion corrected using <code>mcflirt</code> (FSL v5.0.9 [9]).
103+
<code>3dTshift</code> (AFNI v16.2.07 [11, RRID:SCR_005927]) and </span>
104+
motion-corrected using <code>3dVolreg</code> (AFNI v16.2.07 [11, RRID:SCR_005927]).
105105
<span class="SDC_text_TOPUP" style="display: none">Distortion correction was performed
106106
using an implementation of the TOPUP technique [10] using <code>3dQwarp</code> (AFNI v16.2.07 [11]).</span>
107107
<span class="SDC_text_FUGUE" style="display: none">Distortion correction was performed using fieldmaps
@@ -257,7 +257,7 @@ Other relevant references
257257
.. [Power2017] Power JD, Plitt M, Kundu P, Bandettini PA, Martin A (2017) Temporal interpolation alters
258258
motion in fMRI scans: Magnitudes and consequences for artifact detection. PLOS ONE 12(9): e0182939.
259259
doi:`10.1371/journal.pone.0182939 <https://doi.org/10.1371/journal.pone.0182939>`_.
260-
261-
.. [Brett2001] Brett M, Leff AP, Rorden C, Ashburner J (2001) Spatial Normalization of Brain Images with
262-
Focal Lesions Using Cost Function Masking. NeuroImage 14(2)
260+
261+
.. [Brett2001] Brett M, Leff AP, Rorden C, Ashburner J (2001) Spatial Normalization of Brain Images with
262+
Focal Lesions Using Cost Function Masking. NeuroImage 14(2)
263263
doi:`10.006/nimg.2001.0845 <https://doi.org/10.1006/nimg.2001.0845>`_.

docs/outputs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Derivatives related to EPI files are in the ``func`` subfolder.
7777
Volumetric output spaces include ``T1w`` and ``MNI152NLin2009cAsym`` (default).
7878

7979
- ``*bold_space-<space>_brainmask.nii.gz`` Brain mask for EPI files, calculated by nilearn on the average EPI volume, post-motion correction
80-
- ``*bold_space-<space>_preproc.nii.gz`` Motion-corrected (using MCFLIRT for estimation and ANTs for interpolation) EPI file
81-
- (optional) ``*bold_space-<space>_variant-smoothAROMAnonaggr_preproc.nii.gz`` Motion-corrected (using MCFLIRT for estimation and ANTs for interpolation),
80+
- ``*bold_space-<space>_preproc.nii.gz`` Head-motion corrected EPI file
81+
- (optional) ``*bold_space-<space>_variant-smoothAROMAnonaggr_preproc.nii.gz`` Head-motion corrected,
8282
smoothed (6mm), and non-aggressively denoised (using AROMA) EPI file - currently produced only for the ``MNI152NLin2009cAsym`` space
8383

8484
Surface output spaces include ``fsnative`` (full density subject-specific mesh),
@@ -160,7 +160,7 @@ derivative of RMS variance over voxels (or :abbr:`DVARS (D referring to differen
160160
standardized (``stdDVARS``), non-standardized (``non-stdDVARS``), and voxel-wise standardized (``vx-wisestdDVARS``);
161161
the ``FrameDisplacement`` is a quantification of the estimated bulk-head motion; ``X``, ``Y``, ``Z``, ``RotX``,
162162
``RotY``, ``RotZ`` are the actual 6 rigid-body transform parameters estimated by FMRIPREP;
163-
the ``NonSteadyStateOutlierXX`` columns indicate non-steady state volumes with a single ``1`` value and ``0`` elsewhere (there
163+
the ``NonSteadyStateOutlierXX`` columns indicate non-steady state volumes with a single ``1`` value and ``0`` elsewhere (there
164164
is one ``NonSteadyStateOutlierXX`` column per outlier/volume); and finally six noise components ``aCompCorXX`` calculated using
165165
:abbr:`CompCor (Component Based Noise Correction Method)`
166166
and five noise components ``AROMAaggrCompXX`` if

docs/workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Head-motion estimation
336336
omp_nthreads=1)
337337

338338
Using the previously :ref:`estimated reference scan <bold_ref>`,
339-
FSL ``mcflirt`` is used to estimate head-motion.
339+
AFNI's ``3dVolreg`` is used to estimate head-motion.
340340
As a result, one rigid-body transform with respect to
341341
the reference image is written for each :abbr:`BOLD (blood-oxygen level-dependent)`
342342
time-step.
@@ -546,7 +546,7 @@ Confounds estimation
546546
metadata={"RepetitionTime": 2.0,
547547
"SliceTiming": [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]})
548548

549-
Given a motion-corrected fMRI, a brain mask, ``mcflirt`` movement parameters and a
549+
Given a motion-corrected fMRI, a brain mask, head-motion parameters and a
550550
segmentation, the `discover_wf` sub-workflow calculates potential
551551
confounds per volume.
552552

fmriprep/workflows/bold/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def init_bold_confs_wf(mem_gb, metadata, name="bold_confs_wf"):
4646
#. Region-wise average signal (``CSF``, ``WhiteMatter``, ``GlobalSignal``)
4747
#. DVARS - standard, nonstandard, and voxel-wise standard variants
4848
(``stdDVARS``, ``non-stdDVARS``, ``vx-wisestdDVARS``)
49-
#. Framewise displacement, based on MCFLIRT motion parameters
49+
#. Framewise displacement, based on head-motion parameters
5050
(``FramewiseDisplacement``)
5151
#. Temporal CompCor (``tCompCorXX``)
5252
#. Anatomical CompCor (``aCompCorXX``)

0 commit comments

Comments
 (0)