Skip to content

Commit 4cd5e76

Browse files
committed
FIX: Connect std_dvars in GatherConfounds
1 parent 4a5ec02 commit 4cd5e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/interfaces/confounds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def _run_interface(self, runtime):
8181
combined_out, confounds_list = _gather_confounds(
8282
signals=self.inputs.signals,
8383
dvars=self.inputs.dvars,
84+
std_dvars=self.inputs.std_dvars,
8485
fdisp=self.inputs.fd,
8586
tcompcor=self.inputs.tcompcor,
8687
acompcor=self.inputs.acompcor,

0 commit comments

Comments
 (0)