Skip to content

Commit bf32995

Browse files
committed
fix: input to bbr should be a *b=0* reference
1 parent d24fa85 commit bf32995

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dmriprep/workflows/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@ def _bold_reg_suffix(fallback):
385385
("outputnode.t1w_mask", "in_mask"),
386386
]),
387387
# BBRegister
388-
(split_info, bbr_wf, [("dwi_file", "inputnode.in_file")]),
388+
(early_b0ref_wf, bbr_wf, [
389+
("outputnode.dwi_reference", "inputnode.in_file")
390+
]),
389391
(t1w_brain, bbr_wf, [("out_file", "inputnode.t1w_brain")]),
390392
(anat_preproc_wf, bbr_wf, [("outputnode.t1w_dseg", "inputnode.t1w_dseg")]),
391393
(fsinputnode, bbr_wf, [("subjects_dir", "inputnode.subjects_dir")]),

0 commit comments

Comments
 (0)