We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03a2363 + 63689e4 commit 83d52f9Copy full SHA for 83d52f9
nipype/interfaces/spm/preprocess.py
@@ -1485,13 +1485,7 @@ def _list_outputs(self):
1485
outputs["deformation_field"].append(fname_presuffix(imgf, prefix="y_"))
1486
outputs["deformation_field"] = simplify_list(outputs["deformation_field"])
1487
1488
- if self.inputs.jobtype == "estimate":
1489
- if isdefined(self.inputs.apply_to_files):
1490
- outputs["normalized_files"] = self.inputs.apply_to_files
1491
- outputs["normalized_image"] = fname_presuffix(
1492
- self.inputs.image_to_align, prefix="w"
1493
- )
1494
- elif "write" in self.inputs.jobtype:
+ if "write" in self.inputs.jobtype:
1495
outputs["normalized_files"] = []
1496
if isdefined(self.inputs.apply_to_files):
1497
filelist = ensure_list(self.inputs.apply_to_files)
0 commit comments