Skip to content

Commit

Permalink
Fixed eddy quad acqp input
Browse files Browse the repository at this point in the history
  • Loading branch information
salimansourc committed Jul 23, 2019
1 parent d1fa940 commit f289b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dmripreproc/workflows/dwi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ def get_b0_mask_fn(b0_file):
("outputnode.out_topup", "in_topup_fieldcoef"),
("outputnode.out_movpar", "in_topup_movpar"),
],
),
(sdc_wf, eddy_quad, [("outputnode.out_enc_file", "param_file")])
)
]
)
ecc.inputs.in_acqp = parameters.acqp_file
eddy_quad.inputs.param_file = parameters.acqp_file
else:
# Decide what ecc will take: topup or fmap
fmaps.sort(key=lambda fmap: FMAP_PRIORITY[fmap["suffix"]])
Expand Down

0 comments on commit f289b7f

Please sign in to comment.