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 712e0dd commit ece09f3Copy full SHA for ece09f3
nipype/interfaces/freesurfer/petsurfer.py
@@ -475,7 +475,7 @@ def _list_outputs(self):
475
outputs["nopvc_file"] = os.path.join(pvcdir, "nopvc.nii.gz")
476
outputs["gtm_file"] = os.path.join(pvcdir, "gtm.nii.gz")
477
outputs["gtm_stats"] = os.path.join(pvcdir, "gtm.stats.dat")
478
- outputs["reg_pet2anat"] = os.path.join(pvcdir, "aux/bbpet2anat.lta")
+ outputs["reg_pet2anat"] = os.path.join(pvcdir, "aux", "bbpet2anat.lta")
479
480
# Assign the conditional outputs
481
if isdefined(self.inputs.save_input) and self.inputs.save_input:
0 commit comments