Skip to content

Commit 00199cc

Browse files
authored
Merge pull request #213 from oesteban/fix/212-fast-pve
FIX: Progress partial volume maps instead of posteriors (FSL FAST)
2 parents 2a70255 + bcd3053 commit 00199cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smriprep/workflows/anatomical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ def _check_img(img):
426426
(('outputnode.out_file', _pop), 't1w_brain'),
427427
('outputnode.out_mask', 't1w_mask')]),
428428
(buffernode, t1w_dseg, [('t1w_brain', 'in_files')]),
429-
(t1w_dseg, lut_t1w_dseg, [('tissue_class_map', 'in_dseg')]),
430-
(t1w_dseg, fast2bids, [('probability_maps', 'inlist')]),
429+
(t1w_dseg, lut_t1w_dseg, [('partial_volume_map', 'in_dseg')]),
430+
(t1w_dseg, fast2bids, [('partial_volume_files', 'inlist')]),
431431
(fast2bids, anat_norm_wf, [('out', 'inputnode.moving_tpms')]),
432432
(fast2bids, outputnode, [('out', 't1w_tpms')]),
433433
])

0 commit comments

Comments
 (0)