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 c82bda6 commit 761cff6Copy full SHA for 761cff6
nipype/interfaces/fsl/epi.py
@@ -663,7 +663,7 @@ def _list_outputs(self):
663
outputs['fmap_epi'] = os.path.join(os.getcwd(),
664
self.inputs.out_base + '_fieldmaprads2epi.nii.gz')
665
outputs['fmap_str'] = os.path.join(os.getcwd(),
666
- self.inputs.out_base + '_fieldmaprads2str.ni `i.gz')
+ self.inputs.out_base + '_fieldmaprads2str.nii.gz')
667
outputs['fmapmag_str'] = os.path.join(os.getcwd(),
668
self.inputs.out_base + '_fieldmap2str.nii.gz')
669
outputs['shiftmap'] = os.path.join(os.getcwd(),
0 commit comments