Skip to content

Commit d23c161

Browse files
authored
Warp anat mask to anat space for coreg QC (#1423)
2 parents 4d40272 + 645718b commit d23c161

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

xcp_d/workflows/bold/plotting.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,11 @@ def init_qc_report_wf(
203203
)
204204
workflow.connect([
205205
(inputnode, warp_anatmask_to_t1w, [
206-
('bold_mask', 'input_image'),
206+
('anat_brainmask', 'input_image'),
207207
('anat', 'reference_image'),
208208
]),
209-
(get_native2space_transforms, warp_anatmask_to_t1w, [
210-
('bold_to_t1w_xfms', 'transforms'),
211-
('bold_to_t1w_xfms_invert', 'invert_transform_flags'),
209+
(inputnode, warp_anatmask_to_t1w, [
210+
('template_to_anat_xfm', 'transforms'),
212211
]),
213212
]) # fmt:skip
214213

0 commit comments

Comments
 (0)