We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0895f commit 4037d39Copy full SHA for 4037d39
nipype/interfaces/spm/preprocess.py
@@ -406,8 +406,8 @@ def _list_outputs(self):
406
if not isinstance(imgf, list) and func_is_3d(imgf):
407
break
408
if self.inputs.jobtype == "estimate":
409
- outputs['realigned_files'] = self.inputs.in_file
410
-s if (self.inputs.jobtype == "estimate"
+ outputs['realigned_files'] = self.inputs.in_files
+ if (self.inputs.jobtype == "estimate"
411
or self.inputs.jobtype == "estwrite"):
412
outputs['modified_in_files'] = self.inputs.in_files
413
if self.inputs.jobtype == "write" or self.inputs.jobtype == "estwrite":
0 commit comments