Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 15, 2023
1 parent fc854ab commit 6b9677d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aslprep/workflows/asl/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ def init_plot_cbf_wf(
("std_dvars", None, "DVARS"),
("framewise_displacement", "mm", "FD"),
]
+ [("score_outlier_index", None, "SCORE Index")]
if scorescrub
else [],
+ ([("score_outlier_index", None, "SCORE Index")] if scorescrub else []),
metadata=metadata,
cifti_output=False,
suffix="cbf",
Expand Down

0 comments on commit 6b9677d

Please sign in to comment.