Skip to content

Commit a78772f

Browse files
committed
removing master input as data is already aligned to desired orientation
1 parent 2567db5 commit a78772f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CPAC/func_preproc/func_preproc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,9 +1661,6 @@ def bold_mask_anatomical_resampled(wf, cfg, strat_pool, pipe_num, opt=None):
16611661
"in_file",
16621662
)
16631663

1664-
node, out = strat_pool.get_data("desc-preproc_bold")
1665-
wf.connect(node, out, func_mask_template_to_native, "master")
1666-
16671664
outputs = {
16681665
"space-template_res-bold_desc-brain_T1w": (
16691666
anat_brain_to_func_res,

0 commit comments

Comments
 (0)