Skip to content

Commit 06e1193

Browse files
mnoergaardmgxd
andauthored
FIX: update opt_params path
Co-authored-by: Mathias Goncalves <goncalves.mathias@gmail.com>
1 parent 26a5349 commit 06e1193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ def _list_outputs(self):
561561
outputs["reg_rbvpet2anat"] = os.path.join(pvcdir, "aux", "rbv2anat.lta")
562562
outputs["reg_anat2rbvpet"] = os.path.join(pvcdir, "aux", "anat2rbv.lta")
563563
if self.inputs.opt:
564-
outputs["opt_params"] = os.path.join(pvcdir, "aux/opt.params.dat")
564+
outputs["opt_params"] = os.path.join(pvcdir, "aux", "opt.params.dat")
565565

566566
return outputs
567567

0 commit comments

Comments
 (0)