Skip to content

Commit fa0a101

Browse files
authored
Merge pull request #2696 from Abel-Gonzalez/patch-1
DOC: Fix naming of motion parameters (roll/yaw swapped)
2 parents 886c081 + 5ae38c5 commit fa0a101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/utils/misc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def normalize_mc_params(params, source):
233233
y Anterior-Posterior (mm)
234234
z Superior-Inferior (mm)
235235
rx Pitch (rad)
236-
ry Yaw (rad)
237-
rz Roll (rad)
236+
ry Roll (rad)
237+
rz Yaw (rad)
238238
"""
239239
if source.upper() == 'FSL':
240240
params = params[[3, 4, 5, 0, 1, 2]]

0 commit comments

Comments
 (0)