Skip to content

Commit

Permalink
remove erode dilate (did not add anything to angio_mask)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Jun 20, 2024
1 parent 5858fa7 commit 8353f97
Showing 1 changed file with 23 additions and 34 deletions.
57 changes: 23 additions & 34 deletions workflows/params_segment_macaque_ants_skull.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,30 +176,30 @@
}
},
"skull_ct_pipe":
{
"ct_skull_auto_mask":
{
"ct_skull_auto_mask":
{
"kmeans": false,
"sample_bins": 30,
"distance": 10,
"operation": "higher",
"index": 3
},
"ct_skull_dilate":
{
"operation" : "modal",
"kernel_shape" : "boxv",
"kernel_size" : 3.0
},
"ct_skull_erode":
{
"kernel_shape" : "boxv",
"kernel_size" : 3.0
},
"ct_skull_fov":
{
"brainsize" : 65
}
"kmeans": false,
"sample_bins": 30,
"distance": 10,
"operation": "higher",
"index": 3
},
"ct_skull_dilate":
{
"operation" : "modal",
"kernel_shape" : "boxv",
"kernel_size" : 3.0
},
"ct_skull_erode":
{
"kernel_shape" : "boxv",
"kernel_size" : 3.0
},
"ct_skull_fov":
{
"brainsize" : 65
}
},
"angio_pipe":
{
Expand All @@ -213,17 +213,6 @@
"img_type": 3,
"output_biascorrected": true,
"output_biasfield": true
},
"angio_dilate":
{
"operation": "modal",
"kernel_shape": "boxv",
"kernel_size": 5.0
},
"angio_erode":
{
"kernel_shape": "boxv",
"kernel_size": 5.0
}
}
}

0 comments on commit 8353f97

Please sign in to comment.