Skip to content

Commit

Permalink
[ENH] Add coarse/precise affine/rigid templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dPys authored and arokem committed Apr 13, 2020
1 parent e009fb6 commit de19855
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dmriprep/config/emc_coarse_Affine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"level_iters": [1000, 100],
"metric": "MI",
"sigmas": [8.0, 2.0],
"factors": [2, 1],
"sampling_prop": 0.15,
"nbins": 48
}
8 changes: 8 additions & 0 deletions dmriprep/config/emc_coarse_Rigid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"level_iters": [100, 100],
"metric": "MI",
"sigmas": [8.0, 2.0],
"factors": [2, 1],
"sampling_prop": 0.15,
"nbins": 48
}
8 changes: 8 additions & 0 deletions dmriprep/config/emc_precise_Affine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"level_iters": [1000, 1000],
"metric": "MI",
"sigmas": [8.0, 2.0],
"factors": [2, 1],
"sampling_prop": 0.15,
"nbins": 48
}
8 changes: 8 additions & 0 deletions dmriprep/config/emc_precise_Rigid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"level_iters": [1000, 1000],
"metric": "MI",
"sigmas": [8.0, 2.0],
"factors": [2, 1],
"sampling_prop": 0.15,
"nbins": 48
}

0 comments on commit de19855

Please sign in to comment.