Skip to content

Commit

Permalink
FIX: Moving and reference apply to the forward transform, not the final
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 7, 2023
1 parent d378af3 commit c79464e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmriprep/workflows/bold/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ def select_target(subject_id, space):
]),
(inputnode, targets, [("subject_id", "subject_id")]),
(inputnode, itk2lta, [
("bold_t1w", "reference"),
("bold_t1w", "moving"),
("fsnative2t1w_xfm", "in_xfms"),
]),
(get_fsnative, itk2lta, [("T1", "moving")]),
(get_fsnative, itk2lta, [("T1", "reference")]),
(inputnode, sampler, [
("subjects_dir", "subjects_dir"),
("subject_id", "subject_id"),
Expand Down

0 comments on commit c79464e

Please sign in to comment.