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 4a41f5e commit d01bf40Copy full SHA for d01bf40
nipype/interfaces/fsl/epi.py
@@ -1389,11 +1389,6 @@ def _list_outputs(self):
1389
outputs['out_qc_json'] = os.path.join(out_dir, 'qc.json')
1390
outputs['out_qc_pdf'] = os.path.join(out_dir, 'qc.pdf')
1391
1392
- outputs['out_avg_b_png'] = [
1393
- os.path.join(out_dir, 'avg_b{bval:d}.png'.format(bval=bval))
1394
- for bval in list(set([0] + qc.get('data_unique_bvals')))
1395
- ]
1396
-
1397
# Grab all b* files here. This will also grab the b0_pe* files
1398
# as well, but only if the field input was provided. So we'll remove
1399
# them later in the next conditional.
0 commit comments