Skip to content

Commit e3b8358

Browse files
committed
fix: do not align origins, align centers of mass
1 parent c2f01e4 commit e3b8358

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)