Skip to content

Commit ec60fd6

Browse files
committed
Mask connection fix.
1 parent 72fc030 commit ec60fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/distortion_correction/distortion_correction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ def distcor_blip_fsl_topup(wf, cfg, strat_pool, pipe_num, opt=None):
849849

850850
outputs = {
851851
'sbref': (mul_jac, 'out_file'),
852-
'space-bold_desc-brain_mask': (bet, 'out_file'),
852+
'space-bold_desc-brain_mask': (bet, 'mask_file'),
853853
'fsl-blip-warp': (convert_warp, 'out_file')
854854
}
855855

0 commit comments

Comments
 (0)