Skip to content

Commit

Permalink
kmeans for ct
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 4, 2024
1 parent cbe9f74 commit e2cc443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion skullTo3d/pipelines/skull_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def create_skull_ct_pipe(name="skull_ct_pipe", params={}):
skull_ct_pipe.connect(inputnode, "native_T1",
align_ct_on_T1, "ref_file")


# align_ct_on_stereo_T1
align_ct_on_stereo_T1 = pe.Node(
interface=RegResample(pad_val=0.0),
Expand Down
6 changes: 3 additions & 3 deletions workflows/params_segment_macaque_ants_skull.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@
{
"ct_skull_auto_mask":
{
"kmeans": false,
"kmeans": true,
"sample_bins": 30,
"distance": 10,
"operation": "higher",
"index": 3
"operation": "lower",
"index": 2
},
"ct_skull_dilate":
{
Expand Down

0 comments on commit e2cc443

Please sign in to comment.