Skip to content

Commit

Permalink
Merge pull request #3571 from mnoergaard/master
Browse files Browse the repository at this point in the history
FIX: update self.inputs.optimization in outputs for GTMPVC
  • Loading branch information
effigies authored May 17, 2023
2 parents 56c8817 + 46cf9a9 commit 4bf8276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/freesurfer/petsurfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def _list_outputs(self):
outputs["rbv"] = os.path.join(pvcdir, "rbv.nii.gz")
outputs["reg_rbvpet2anat"] = os.path.join(pvcdir, "aux", "rbv2anat.lta")
outputs["reg_anat2rbvpet"] = os.path.join(pvcdir, "aux", "anat2rbv.lta")
if self.inputs.opt:
if self.inputs.optimization_schema:
outputs["opt_params"] = os.path.join(pvcdir, "aux", "opt.params.dat")

return outputs
Expand Down

0 comments on commit 4bf8276

Please sign in to comment.