Skip to content

Commit f310950

Browse files
authored
RPT: Rename CSF/WM confounds in fMRIPlot (#3172)
RPT: Rename CSF/WM confounds in fMRIPlot
2 parents 5f332e8 + ef7be7c commit f310950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/outputs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ An example of these plots follows:
629629
.. figure:: _static/sub-405_ses-01_task-rest_run-01_desc-carpetplot_bold.svg
630630

631631
The figure shows on top several confounds estimated for the BOLD series:
632-
global signals ('GS', 'GSCSF', 'GSWM'), DVARS,
632+
global signals ('GS', 'CSF', 'WM'), DVARS,
633633
and framewise-displacement ('FD').
634634
At the bottom, a 'carpetplot' summarizing the BOLD series [Power2016]_.
635635
The carpet plot rows correspond to voxelwise time series,

fmriprep/workflows/bold/confounds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ def init_carpetplot_wf(
677677
tr=metadata["RepetitionTime"],
678678
confounds_list=[
679679
("global_signal", None, "GS"),
680-
("csf", None, "GSCSF"),
681-
("white_matter", None, "GSWM"),
680+
("csf", None, "CSF"),
681+
("white_matter", None, "WM"),
682682
("std_dvars", None, "DVARS"),
683683
("framewise_displacement", "mm", "FD"),
684684
],

0 commit comments

Comments
 (0)