Skip to content

Commit 45aac9a

Browse files
committed
fixed inconsistency connecting ecc
1 parent 0ff79f2 commit 45aac9a

File tree

1 file changed

+2
-2
lines changed
  • nipype/workflows/dmri/preprocess

1 file changed

+2
-2
lines changed

nipype/workflows/dmri/preprocess/epi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def all_fmb_pipeline(name='hmc_sdc_ecc',
6464
,(inputnode, sdc, [('in_bval', 'inputnode.in_bval'),
6565
('bmap_pha', 'inputnode.bmap_pha'),
6666
('bmap_mag', 'inputnode.bmap_mag')])
67-
,(inputnode, ecc, [('in_bval', 'inputnode.in_bval')])
67+
,(inputnode, ecc, [('in_file', 'inputnode.in_file'),
68+
('in_bval', 'inputnode.in_bval')])
6869
,(bet_dwi0, ecc, [('mask_file', 'inputnode.in_mask')])
69-
,(sdc, ecc, [('outputnode.out_file', 'inputnode.in_file')])
7070
,(ecc, avg_b0_1, [('outputnode.out_file', 'in_dwi')])
7171
,(inputnode, avg_b0_1, [('in_bval', 'in_bval')])
7272
,(avg_b0_1, bet_dwi1, [('out_file', 'in_file')])

0 commit comments

Comments
 (0)