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 5d1961c + 8050b56 commit bb7e25eCopy full SHA for bb7e25e
nipype/interfaces/spm/preprocess.py
@@ -738,7 +738,7 @@ def _list_outputs(self):
738
739
if isdefined(self.inputs.channel_info):
740
if self.inputs.channel_info[2][0]:
741
- outputs['bias_corrected_images'].append(os.path.join(pth, "m%s%.nii" % (base)))
+ outputs['bias_corrected_images'].append(os.path.join(pth, "m%s.nii" % (base)))
742
if self.inputs.channel_info[2][1]:
743
outputs['bias_field_images'].append(os.path.join(pth, "BiasField_%s.nii" % (base)))
744
return outputs
0 commit comments