Skip to content

Commit

Permalink
FIX: Remove unused ANTs parameter that was removed in 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 1, 2023
1 parent 9b2f444 commit 24662aa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion sdcflows/data/affine.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"smoothing_sigmas": [ [ 6, 0 ], [ 2, 1 ] ],
"transform_parameters": [ [ 2.0 ], [ 1.0 ] ],
"transforms": [ "Rigid", "Affine" ],
"use_estimate_learning_rate_once": [ false, false ],
"use_histogram_matching": [ true, true ],
"winsorize_lower_quantile": 0.001,
"winsorize_upper_quantile": 0.998,
Expand Down
1 change: 0 additions & 1 deletion sdcflows/data/fmap-any_registration.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"smoothing_sigmas": [ [ 8.0 ], [ 2.0 ] ],
"transform_parameters": [ [ 0.1 ], [ 0.1 ] ],
"transforms": [ "Rigid", "Rigid" ],
"use_estimate_learning_rate_once": [ true, false ],
"use_histogram_matching": [ true, true ],
"winsorize_lower_quantile": 0.001,
"winsorize_upper_quantile": 0.999
Expand Down
1 change: 0 additions & 1 deletion sdcflows/data/fmap-any_registration_testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"smoothing_sigmas": [ [ 8.0 ], [ 2.0 ] ],
"transform_parameters": [ [ 1.0 ], [ 0.5 ] ],
"transforms": [ "Rigid", "Rigid" ],
"use_estimate_learning_rate_once": [ true, true ],
"use_histogram_matching": [ true, true ],
"winsorize_lower_quantile": 0.005,
"winsorize_upper_quantile": 0.998
Expand Down
1 change: 0 additions & 1 deletion sdcflows/data/sd_syn.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"smoothing_sigmas": [ [ 2, 0 ], [ 0 ] ],
"transform_parameters": [ [ 0.8, 6.0, 3.0 ], [ 0.8, 2.0, 1.0 ] ],
"transforms": [ "SyN", "SyN" ],
"use_estimate_learning_rate_once": [ true, true ],
"use_histogram_matching": [ true, true ],
"winsorize_lower_quantile": 0.001,
"winsorize_upper_quantile": 0.998,
Expand Down
1 change: 0 additions & 1 deletion sdcflows/data/sd_syn_sloppy.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"smoothing_sigmas": [ [ 2, 0 ], [ 0 ] ],
"transform_parameters": [ [ 0.8, 6.0, 3.0 ], [ 0.8, 2.0, 1.0 ] ],
"transforms": [ "SyN", "SyN" ],
"use_estimate_learning_rate_once": [ true, true ],
"use_histogram_matching": [ true, true ],
"verbose": true,
"winsorize_lower_quantile": 0.001,
Expand Down
1 change: 0 additions & 1 deletion sdcflows/data/translation_rigid.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"collapse_output_transforms": true,
"write_composite_transform": true,
"use_histogram_matching": [ true, true ],
"use_estimate_learning_rate_once": [ true, true ],
"transforms": [ "Translation", "Rigid" ],
"number_of_iterations": [ [ 500 ], [ 200 ] ],
"transform_parameters": [ [ 0.05 ], [ 0.01 ] ],
Expand Down

0 comments on commit 24662aa

Please sign in to comment.