Skip to content

Commit c31f25c

Browse files
committed
[skip ci] do not revert some stylistic details
1 parent 79fee8f commit c31f25c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/citing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ BOLD preprocessing
257257
reportlets_dir='.',
258258
output_dir='.',
259259
template='MNI152NLin2009cAsym',
260-
output_spaces=['T1w', 'fsnative',
261-
'template', 'fsaverage5'],
260+
output_spaces=['T1w', 'fsnative', 'template', 'fsaverage5'],
262261
medial_surface_nan=False,
263262
cifti_output=False,
264263
debug=False,

0 commit comments

Comments
 (0)