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 14591a6 commit 7d1bb13Copy full SHA for 7d1bb13
nipype/interfaces/fsl/epi.py
@@ -656,7 +656,7 @@ def _list_outputs(self):
656
self.inputs.out_base + '.nii.gz')
657
outputs['out_1vol'] = os.path.join(os.getcwd(),
658
self.inputs.out_base + '_1vol.nii.gz')
659
- if not (isdefined(self.inputs.no_fmapreg) and self.inputs.no_fmapreg):
+ if not (isdefined(self.inputs.no_fmapreg) and self.inputs.no_fmapreg) or not isdefined(self.inputs.fmap):
660
outputs['fmap2str_mat'] = os.path.join(os.getcwd(),
661
self.inputs.out_base + '_fieldmap2str.mat')
662
outputs['fmap2epi_mat'] = os.path.join(os.getcwd(),
0 commit comments