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 26a5349 commit 06e1193Copy full SHA for 06e1193
nipype/interfaces/freesurfer/petsurfer.py
@@ -561,7 +561,7 @@ def _list_outputs(self):
561
outputs["reg_rbvpet2anat"] = os.path.join(pvcdir, "aux", "rbv2anat.lta")
562
outputs["reg_anat2rbvpet"] = os.path.join(pvcdir, "aux", "anat2rbv.lta")
563
if self.inputs.opt:
564
- outputs["opt_params"] = os.path.join(pvcdir, "aux/opt.params.dat")
+ outputs["opt_params"] = os.path.join(pvcdir, "aux", "opt.params.dat")
565
566
return outputs
567
0 commit comments