Skip to content

Commit

Permalink
Merge pull request #171 from oesteban/fix/json-settings
Browse files Browse the repository at this point in the history
[FIX] Remove initial_moving_transform_com EPI to MNI settings
  • Loading branch information
oesteban authored May 25, 2017
2 parents b267a6c + 0268459 commit e5fff38
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion niworkflows/data/epi-mni_registration_precise_000.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"radius_or_number_of_bins": [ 56, 56, 4 ],
"transforms": [ "Rigid", "Affine", "SyN" ],
"transform_parameters": [ [ 0.05 ], [ 0.08 ], [ 0.1, 3.0, 0.0 ] ],
"initial_moving_transform_com": true,
"number_of_iterations": [ [ 10000, 1000, 100 ], [500, 250, 100], [100, 30, 20] ],
"sampling_strategy": [ "Regular", "Regular", "None" ],
"sampling_percentage": [ 0.25, 0.25, 1.0 ],
Expand Down
1 change: 0 additions & 1 deletion niworkflows/data/epi-mni_registration_precise_001.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"dimension": 3,
"float": true,
"initial_moving_transform_com": true,
"transforms": [ "Rigid", "Rigid", "Affine" ],
"transform_parameters": [ [ 0.1 ], [ 0.01 ], [ 0.01 ] ],
"metric": [ "Mattes", "Mattes", "Mattes" ],
Expand Down
1 change: 0 additions & 1 deletion niworkflows/data/epi-mni_registration_precise_002.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"radius_or_number_of_bins": [ 56, 56, 56 ],
"transforms": [ "Rigid", "Affine", "SyN" ],
"transform_parameters": [ [ 0.05 ], [ 0.01 ], [ 0.01, 4.0, 0.4 ] ],
"initial_moving_transform_com": true,
"number_of_iterations": [ [ 10000, 1000, 100 ], [1000, 500, 250, 100], [ 100, 30, 20 ] ],
"sampling_strategy": [ "Regular", "Regular", "Regular" ],
"sampling_percentage": [ 0.25, 0.25, 0.25 ],
Expand Down
1 change: 0 additions & 1 deletion niworkflows/data/epi-mni_registration_testing_000.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"dimension": 3,
"float": true,
"initial_moving_transform_com": true,
"transforms": [ "Rigid", "Rigid", "Affine" ],
"transform_parameters": [ [ 1.0 ], [ 1.0 ], [ 1.0 ] ],
"metric": [ "Mattes", "Mattes", "Mattes" ],
Expand Down
1 change: 0 additions & 1 deletion niworkflows/data/epi-mni_registration_testing_001.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"dimension": 3,
"float": true,
"initial_moving_transform_com": 1,
"transforms": [ "Rigid", "Rigid", "Affine" ],
"transform_parameters": [ [ 1.0 ], [ 0.1 ], [ 0.1 ] ],
"metric": [ "Mattes", "Mattes", "Mattes" ],
Expand Down
1 change: 0 additions & 1 deletion niworkflows/data/epi-mni_registration_testing_002.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"dimension": 3,
"float": true,
"initial_moving_transform_com": 1,
"transforms": [ "Translation", "Rigid" ],
"transform_parameters": [ [ 0.1 ], [ 0.01 ] ],
"metric": [ "Mattes", "Mattes" ],
Expand Down

0 comments on commit e5fff38

Please sign in to comment.