Skip to content

Commit

Permalink
RF: Use new ds_std_volumes_wf inputnode fields
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 26, 2024
1 parent 994a8e2 commit 1c9c4a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fmriprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ def init_single_subject_wf(subject_id: str):
]),
(anat_fit_wf, ds_std_volumes_wf, [
('outputnode.t1w_valid_list', 'inputnode.source_files'),
('outputnode.t1w_preproc', 'inputnode.t1w_preproc'),
('outputnode.t1w_mask', 'inputnode.t1w_mask'),
('outputnode.t1w_dseg', 'inputnode.t1w_dseg'),
('outputnode.t1w_tpms', 'inputnode.t1w_tpms'),
('outputnode.t1w_preproc', 'inputnode.anat_preproc'),
('outputnode.t1w_mask', 'inputnode.anat_mask'),
('outputnode.t1w_dseg', 'inputnode.anat_dseg'),
('outputnode.t1w_tpms', 'inputnode.anat_tpms'),
]),
(template_iterator_wf, ds_std_volumes_wf, [
('outputnode.std_t1w', 'inputnode.ref_file'),
Expand Down

0 comments on commit 1c9c4a8

Please sign in to comment.