Skip to content

Commit c79464e

Browse files
committed
FIX: Moving and reference apply to the forward transform, not the final
1 parent d378af3 commit c79464e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/workflows/bold/resampling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ def select_target(subject_id, space):
201201
]),
202202
(inputnode, targets, [("subject_id", "subject_id")]),
203203
(inputnode, itk2lta, [
204-
("bold_t1w", "reference"),
204+
("bold_t1w", "moving"),
205205
("fsnative2t1w_xfm", "in_xfms"),
206206
]),
207-
(get_fsnative, itk2lta, [("T1", "moving")]),
207+
(get_fsnative, itk2lta, [("T1", "reference")]),
208208
(inputnode, sampler, [
209209
("subjects_dir", "subjects_dir"),
210210
("subject_id", "subject_id"),

0 commit comments

Comments
 (0)