Skip to content

Commit

Permalink
Track Sources for standard-space outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Mar 25, 2024
1 parent 16e4455 commit 49e7037
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fmriprep/workflows/bold/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ def init_ds_volumes_wf(
('cohort', 'cohort'),
('resolution', 'resolution'),
]),
(sources, ds_bold, [('out', 'Sources')]),
]) # fmt:skip

resample_ref = pe.Node(
Expand Down Expand Up @@ -881,6 +882,9 @@ def init_ds_volumes_wf(
('resolution', 'resolution'),
])
for datasink in datasinks
] + [
(sources, datasink, [('out', 'Sources')])
for datasink in datasinks
] + [
(resampler, datasink, [('output_image', 'in_file')])
for resampler, datasink in zip(resamplers, datasinks, strict=False)
Expand Down

0 comments on commit 49e7037

Please sign in to comment.