generated from FNNDSC/python-chrisapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve fitting in deep sulci for ages 28-30 weeks
- Loading branch information
1 parent
1c69eac
commit 774b650
Showing
7 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = '0.2.1' | ||
__version__ = '0.3.0' | ||
|
||
DISPLAY_TITLE = r""" | ||
_ _ __ _ _ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
f.csv is the same as e.csv, but with smaller stretch weight. | ||
|
||
g.csv implements the idea of fitting to one voxel deeper for old brains, | ||
before re-expanding outwards back to the boundary. This can improve fitting | ||
into tight sulci. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
approximate_age,surface_area,gyrification_index,stage,iso_value,size,iter_outer,iter_inner,step_size,laplacian_weight,stretch_weight,self_weight,self_dist,oversample,taubin,comments | ||
25,9500,1,0,10,20480,600,100,0.2,0.000002,100,0.5,0.005,0,10,Brains 23-25 clumped together | ||
26,10000,1.02,0,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10, | ||
26,10000,1.02,1,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10, | ||
27,10000,1.05,0,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10, | ||
27,10000,1.05,1,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10, | ||
28,10000,1.07,0,10,20480,300,100,0.2,0.000002,20,0.5,0.005,0,10, | ||
28,10000,1.07,1,10,20480,300,100,0.2,0.000002,20,0.5,0.005,0,10, | ||
29,10000,1.12,0,10,20480,300,100,0.2,0.000002,4,0.5,0.005,0,10, | ||
29,10000,1.12,1,10,20480,300,100,0.2,0.000002,1,0.5,0.005,0,10, | ||
30,10000,1.17,0,10,20480,300,100,0.2,0.000002,4,0.5,0.005,0,10, | ||
30,10000,1.17,1,10,20480,300,100,0.2,0.000002,1,0.5,0.005,0,10, | ||
31,10000,1.2,0,10,20480,300,100,0.2,0.000002,4,0.5,0.005,0,10, | ||
31,10000,1.2,1,10,20480,300,100,0.2,0.000002,1,0.5,0.005,0,10, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
approximate_age,surface_area,gyrification_index,stage,iso_value,size,iter_outer,iter_inner,step_size,laplacian_weight,stretch_weight,self_weight,self_dist,oversample,taubin,comments | ||
25,9500,1,0,10,20480,600,100,0.2,0.000002,100,0.5,0.005,0,10,Brains 23-25 clumped together | ||
26,10000,1.02,0,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10, | ||
26,10000,1.02,1,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10, | ||
27,10000,1.05,0,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10, | ||
27,10000,1.05,1,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10, | ||
27.5,10000,1.06,0,9,20480,600,100,0.2,0.000002,20,0.5,0.005,0,10,"older brains strategy: fit inwards one voxel deeper than boundary, then take small steps back outwards to boundary. May improve results in narrow sulci e.g. at calcarine and parieto-occipital sulcus" | ||
27.5,10000,1.06,1,10,20480,100,100,0.05,0.000002,20,0.5,0.005,0,1, | ||
28,10000,1.07,0,9,20480,600,100,0.2,0.000002,10,0.5,0.005,0,10, | ||
28,10000,1.07,1,10,20480,100,100,0.05,0.000002,10,0.5,0.005,0,1, | ||
29,10000,1.12,0,9,20480,600,100,0.2,0.000002,10,0.5,0.005,0,10, | ||
29,10000,1.12,1,10,20480,100,100,0.05,0.000002,5,0.5,0.005,0,1, | ||
30,10000,1.17,0,9,20480,600,100,0.2,0.000002,10,0.5,0.005,0,10, | ||
30,10000,1.17,1,10,20480,100,100,0.05,0.000002,2,0.5,0.005,0,1, | ||
31,10000,1.2,0,9,20480,600,100,0.2,0.000002,10,0.5,0.005,0,10, | ||
31,10000,1.2,1,10,20480,100,100,0.05,0.000002,1,0.5,0.005,0,1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
approximate_age,surface_area,gyrification_index,stage,iso_value,size,iter_outer,iter_inner,step_size,laplacian_weight,stretch_weight,self_weight,self_dist,oversample,taubin,comments | ||
25,9500,1,0,10,20480,600,100,0.2,0.000002,100,0.5,0.005,0,10,Brains 23-25 clumped together | ||
26,10000,1.02,0,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10, | ||
26,10000,1.02,1,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10, | ||
27,10000,1.05,0,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10, | ||
27,10000,1.05,1,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10, | ||
27.5,10000,1.06,0,9,20480,600,100,0.2,0.000002,20,0.5,0.005,0,10,"older brains strategy: fit inwards one voxel deeper than boundary, then take small steps back outwards to boundary. May improve results in narrow sulci e.g. at calcarine and parieto-occipital sulcus" | ||
27.5,10000,1.06,1,10,20480,100,100,0.05,0.000002,10,0.5,0.005,0,1, | ||
28,10000,1.07,0,9,20480,600,100,0.2,0.000002,5,0.5,0.005,0,8, | ||
28,10000,1.07,1,10,20480,100,100,0.05,0.000002,0.5,0.5,0.005,0,1, | ||
29,10000,1.12,0,9,20480,600,100,0.2,0.000002,3,0.5,0.005,0,6, | ||
29,10000,1.12,1,10,20480,100,100,0.05,0.000002,0.5,0.5,0.005,0,1, | ||
30,10000,1.17,0,9,20480,600,100,0.2,0.000002,3,0.5,0.005,0,4, | ||
30,10000,1.17,1,10,20480,100,100,0.05,0.000002,0.5,0.5,0.005,0,1, | ||
31,10000,1.2,0,9,20480,600,100,0.2,0.000002,3,0.5,0.005,0,4, | ||
31,10000,1.2,1,10,20480,100,100,0.05,0.000002,0.5,0.5,0.005,0,1, |