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.
2 parents e2a37fa + c8dea59 commit ad75db2Copy full SHA for ad75db2
nipype/interfaces/freesurfer/petsurfer.py
@@ -471,7 +471,7 @@ class MRTM(GLMFit):
471
472
def _list_outputs(self):
473
outputs = self.output_spec().get()
474
- outputs['k2p'] = os.join(self.inputs.glm_dir, 'k2prime.dat')
+ outputs['k2p'] = os.path.join(self.inputs.glm_dir, 'k2prime.dat')
475
return outputs
476
477
class MRTM2InputSpec(GLMFitInputSpec):
@@ -576,4 +576,4 @@ def _list_outputs(self):
576
else:
577
ext = '.mgh'
578
outputs['bp'] = os.path.join(self.inputs.glm_dir, 'bp', ext)
579
- return outputs
+ return outputs
0 commit comments