Skip to content

Commit

Permalink
Decrease sw for older brains
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Nov 16, 2023
1 parent 62730b7 commit 1c69eac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gifit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

DISPLAY_TITLE = r"""
_ _ __ _ _
Expand Down
2 changes: 1 addition & 1 deletion gifit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
formatter_class=ArgumentDefaultsHelpFormatter)
parser.add_argument('--no-fail', dest='no_fail', action='store_true',
help='Produce exit code 0 even if any subprocesses do not.')
parser.add_argument('-m', '--model', dest='model', type=str, default='d',
parser.add_argument('-m', '--model', dest='model', type=str, default='e',
help='Name of built-in model to use, or a path to a custom CSV model.')
parser.add_argument('-s', '--size', dest='size', type=int, default=81920,
help='Output mesh size')
Expand Down
14 changes: 14 additions & 0 deletions gifit/models/e.csv
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,50,0.5,0.005,0,10,
26,10000,1.02,1,10,20480,300,100,0.2,0.000002,50,0.5,0.005,0,10,
27,10000,1.05,0,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10,
27,10000,1.05,1,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10,
28,10000,1.07,0,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10,
28,10000,1.07,1,10,20480,300,100,0.2,0.000002,30,0.5,0.005,0,10,
29,10000,1.12,0,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10,
29,10000,1.12,1,10,20480,300,100,0.2,0.000002,10,0.5,0.005,0,10,
30,10000,1.17,0,10,20480,300,100,0.2,0.000002,40,0.5,0.005,0,10,
30,10000,1.17,1,10,20480,300,100,0.2,0.000002,2,0.5,0.005,0,10,
31,10000,1.2,0,10,20480,300,100,0.2,0.000002,40,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,

0 comments on commit 1c69eac

Please sign in to comment.