Skip to content

Commit 56a02bf

Browse files
authored
Merge pull request #253 from nipreps/fix/magnitude-epi-coreg-params
FIX: Do not align origins, align centers of mass
2 parents a86c6e0 + e3b8358 commit 56a02bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdcflows/data/fmap-any_registration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"convergence_threshold": [ 1e-07, 1e-08 ],
44
"convergence_window_size": [ 5, 3 ],
55
"dimension": 3,
6-
"initial_moving_transform_com": 2,
6+
"initial_moving_transform_com": 1,
77
"interpolation": "LanczosWindowedSinc",
88
"metric": [ "Mattes", "Mattes" ],
99
"metric_weight": [ 1.0, 1.0 ],

sdcflows/data/fmap-any_registration_testing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"convergence_threshold": [ 1e-07, 1e-08 ],
44
"convergence_window_size": [ 5, 3 ],
55
"dimension": 3,
6-
"initial_moving_transform_com": 2,
6+
"initial_moving_transform_com": 1,
77
"interpolation": "LanczosWindowedSinc",
88
"metric": [ "Mattes", "Mattes" ],
99
"metric_weight": [ 1.0, 1.0 ],

0 commit comments

Comments
 (0)