Skip to content

Commit ece09f3

Browse files
mnoergaardmgxd
andauthored
FIX: update path join for reg_pet2anat
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 712e0dd commit ece09f3

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
@@ -475,7 +475,7 @@ def _list_outputs(self):
475475
outputs["nopvc_file"] = os.path.join(pvcdir, "nopvc.nii.gz")
476476
outputs["gtm_file"] = os.path.join(pvcdir, "gtm.nii.gz")
477477
outputs["gtm_stats"] = os.path.join(pvcdir, "gtm.stats.dat")
478-
outputs["reg_pet2anat"] = os.path.join(pvcdir, "aux/bbpet2anat.lta")
478+
outputs["reg_pet2anat"] = os.path.join(pvcdir, "aux", "bbpet2anat.lta")
479479

480480
# Assign the conditional outputs
481481
if isdefined(self.inputs.save_input) and self.inputs.save_input:

0 commit comments

Comments
 (0)