Skip to content

Commit 5ae38c5

Browse files
authored
Change in normalize_mc_params
I've modified the docstring in the function normalize_mc_params, after discussing with @satra. There was a mismatch in the description of the parameters ry and rz. ry -> roll, rz -> yaw
1 parent 886c081 commit 5ae38c5

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)