-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfs_shapeDNA.py
More file actions
executable file
·647 lines (551 loc) · 24.8 KB
/
fs_shapeDNA.py
File metadata and controls
executable file
·647 lines (551 loc) · 24.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
#!/usr/bin/env python
# -*- coding: latin-1 -*-
#
# fs_shapeDNA
#
# script to compute ShapeDNA of FreeSurfer structures
#
# Original Author: Martin Reuter
# Date: Dec-16-2014
#
import warnings
import os
import sys
import shlex
import optparse
import subprocess
import tempfile
import uuid
import errno
warnings.filterwarnings('ignore', '.*negative int.*')
os.environ['OMP_NUM_THREADS'] = '1' # setenv OMP_NUM_THREADS 1
def my_print(message):
"""
print message, then flush stdout
"""
print message
sys.stdout.flush()
HELPTEXT = """
SUMMARY
Computes surface (and volume) models of FreeSurfer's subcortical and
cortical structures and computes a spectral shape descriptor
(ShapeDNA [1]).
Input can be one of the following:
--asegid : an aseg label id to construct a surface of that ROI
--surf : a surface, e.g. lh.white
--label : a label file to cut out a surface patch (also pass --surf)
--aparcid : an aparc id to cut out that cortical ROI (also pass --surf)
If "meshfix" and "gmsh" are in the path, and shapeDNA-tetra is available
in the $SHAPEDNA_HOME directory, it can also create and process
tetrahedral meshes from closed surfaces, such as lh.white ( --dotet ).
Note both FreeSurfer needs to be sourced and the environment variable
$SHAPEDNA_HOME needs to be set to point to the shapeDNA executables
and key file.
REFERENCES
==========
Always cite [1] as it describes the method. If you use topological
features of eigenfunctions, also cite [2]. [3] compares different
discretizations of Laplace-Beltrami operators and shows that the
used FEM appraoch performs best. If you do statistical shape analysis
you may also want to cite [4] as it discusses medical applications.
[1] M. Reuter, F.-E. Wolter and N. Peinecke.
Laplace-Beltrami spectra as "Shape-DNA" of surfaces and solids.
Computer-Aided Design 38 (4), pp.342-366, 2006.
http://dx.doi.org/10.1016/j.cad.2005.10.011
[2] M. Reuter. Hierarchical Shape Segmentation and Registration
via Topological Features of Laplace-Beltrami Eigenfunctions.
International Journal of Computer Vision, 2009.
http://dx.doi.org/10.1007/s11263-009-0278-1
[3] M. Reuter, S. Biasotti, D. Giorgi, G. Patane, M. Spagnuolo.
Discrete Laplace-Beltrami operators for shape analysis and
segmentation. Computers & Graphics 33 (3), pp.381-390, 2009.
http://dx.doi.org/10.1016/j.cag.2009.03.005
[4] M. Reuter, F.-E. Wolter, M. Shenton, M. Niethammer.
Laplace-Beltrami Eigenvalues and Topological Features of
Eigenfunctions for Statistical Shape Analysis.
Computer-Aided Design 41 (10), pp.739-755, 2009.
http://dx.doi.org/10.1016/j.cad.2009.02.007
"""
TMPTXT="""
REQUIRED ARGUMENTS
--sid <name> Subject ID
One of the following:
--asegid <int> Segmentation ID of structure in aseg.mgz (e.g. 17 is
Left-Hippocampus), for ID's check <sid>/stats/aseg.stats
or $FREESURFER_HOME/FreeSurferColorLUT.txt.
--surf <name> lh.pial, rh.pial, lh.white, rh.white etc. to select a
surface from the <sid>/surfs directory.
OPTIONAL ARGUMENTS
--sdir <name> Subjects directory (or set via environment $SUBJECTS_DIR)
--outdir <name> Output directory (default: <sdir>/<sid>/brainprint/ )
--outsurf <name> Name for surface output (with --asegid)
(default: aseg.<asegid>.surf )
--outev <name> Name for eigenvalue output
(default: <(out)surf>.<shapedna_parametrs>.ev )
ShapeDNA parameters (see shapeDNA-tria --help for details):
--num <int> Number of eigenvalues/vectors to compute (default: 50)
--degree <int> FEM degree (default 1)
--bcond <int> Boundary condition (0=Dirichlet, 1=Neumann default)
--evec Additionally compute eigenvectors
--ignorelq Ignore low quality in input mesh
--sparam "<str>" Additional parameters for shapeDNA-tria
"""
def split_callback(option, opt, value, parser):
setattr(parser.values, option.dest, value.split(','))
def options_parse():
"""
Command Line Options Parser:
initiate the option parser and return the parsed object
"""
parser = optparse.OptionParser(version='$Id: fs_shapeDNA,v 1.21 2013/05/17 15:14:08 mreuter Exp $', usage=HELPTEXT)
# help text
h_sid = '(REQUIRED) subject ID (FS processed directory inside the subjects directory)'
h_sdir = 'FS subjects directory (or set environment $SUBJECTS_DIR)'
h_asegid = 'segmentation ID of structure in aseg.mgz (e.g. 17 is Left-Hippocampus), for ID\'s check <sid>/stats/aseg.stats or $FREESURFER_HOME/FreeSurferColorLUT.txt'
h_surf = 'surface name, e.g. lh.pial, rh.pial, lh.white, rh.white etc. to select a surface from the <sid>/surfs directory'
h_aparcid = 'segmentation ID of structure in aparc (e.g. 24 is precentral), requires --surf (including the hemi prefix), for ID\'s check $FREESURFER_HOME/average/colortable_desikan_killiany.txt'
h_label = 'full path to label file, to create surface patch, requires --surf (including the hemi prefix)'
h_source = 'specify source subject with --label (to map label e.g. from fsaverage space)'
h_dotet = 'construct a tetrahedra volume mesh and compute spectra of solid'
h_fixiter = 'iterations of meshfix (default=4), only with --dotet'
h_outdir = 'Output directory (default: <sdir>/<sid>/brainprint/ )'
h_outsurf = 'Full path for surface output in VTK format (with --asegid default: <outdir>/aseg.<asegid>.vtk )'
h_outtet = 'Full path for tet output (with --dotet) (default: <outdir>/<(out)surf>.msh )'
h_outev = 'Full path for eigenvalue output (default: <outdir>/<(out)surf or outtet>.ev )'
h_num = 'number of eigenvalues/vectors to compute (default: 50)'
h_degree = 'degree for FEM computation (1=linear default, 3=cubic)'
h_bcond = 'boundary condition (1=Neumann default, 0=Dirichlet )'
h_evec = 'bool to switch on eigenvector computation'
h_ignorelq = 'ignore low quality in input mesh'
h_refmin = 'mesh refinement so that DOF is at least <int>'
h_tsmooth = 'tangential smoothing iterations (after refinement)'
h_gsmooth = 'geometry smoothing iterations (after refinement)'
h_param2d = 'additional parameters for shapeDNA-tria'
# Add options
# Sepcify inputs
parser.add_option('--sdir', dest='sdir', help=h_sdir)
group = optparse.OptionGroup(parser, "Required Options", "Specify --sid and select one of the other options")
group.add_option('--sid', dest='sid', help=h_sid)
group.add_option('--asegid', dest='asegid' , help=h_asegid, type='string', action='callback', callback=split_callback)
group.add_option('--aparcid', dest='aparcid' , help=h_aparcid, type='string', action='callback', callback=split_callback)
group.add_option('--surf' , dest='surf' , help=h_surf)
group.add_option('--label' , dest='label' , help=h_label)
parser.add_option_group(group)
group = optparse.OptionGroup(parser, "Additional Flags", )
group.add_option('--source' , dest='source', help=h_source)
group.add_option('--dotet' , dest='dotet', help=h_dotet, action='store_true', default=False)
group.add_option('--fixiter', dest='fixiter', help=h_fixiter, default=4, type='int')
parser.add_option_group(group)
#output switches
group = optparse.OptionGroup(parser, "Output Parameters" )
group.add_option('--outdir', dest='outdir', help=h_outdir)
group.add_option('--outsurf', dest='outsurf', help=h_outsurf)
group.add_option('--outtet', dest='outtet', help=h_outtet)
group.add_option('--outev', dest='outev', help=h_outev)
parser.add_option_group(group)
#shapedna switches
group = optparse.OptionGroup(parser, "ShapeDNA Parameters","See shapeDNA-tria --help for details")
group.add_option('--num' , dest='num', help=h_num, default=50, type='int')
group.add_option('--degree' , dest='degree', help=h_degree, default=1, type='int')
group.add_option('--bcond' , dest='bcond', help=h_bcond, default=1, type='int')
group.add_option('--evec' , dest='evec', help=h_evec, default=False, action='store_true' )
group.add_option('--ignorelq', dest='ignorelq', help=h_ignorelq, default=False, action='store_true')
group.add_option('--refmin', dest='refmin', help=h_refmin, default=0, type='int')
group.add_option('--tsmooth', dest='tsmooth', help=h_tsmooth, default=0, type='int')
group.add_option('--gsmooth', dest='gsmooth', help=h_gsmooth, default=0, type='int')
group.add_option('--param2d', dest='param2d', help=h_param2d)
parser.add_option_group(group)
(options, args) = parser.parse_args()
#if len(args) == 0:
# parser.print_help()
# my_print('\n')
# sys.exit(1)
# WITHOUT FREESURFER DO NOTHING
fshome = os.getenv('FREESURFER_HOME')
if fshome is None:
parser.print_help()
my_print('\nERROR: Environment variable FREESURFER_HOME not set. \n')
my_print(' Make sure to source your FreeSurfer installation.\n')
sys.exit(1)
sdnahome = os.getenv('SHAPEDNA_HOME')
if sdnahome is None:
parser.print_help()
my_print('\nERROR: Environment variable SHAPEDNA_HOME not set.\n')
my_print(' Set SHAPEDNA_HOME to point to the shapeDNA-tria installation.\n')
sys.exit(1)
sdna = os.path.join(sdnahome,"shapeDNA-tria")
if not os.path.exists(sdna) and not options.dotet:
parser.print_help()
my_print('\nERROR: Cannot find shapeDNA-tria\n')
my_print(' Make sure that binary is at $SHAPEDNA_HOME \n')
sys.exit(1)
if which("shapeDNA-tetra") is None and options.dotet:
parser.print_help()
my_print('\nERROR: Cannot find shapeDNA-tetra\n')
my_print(' Make sure that binary is at $SHAPEDNA_HOME \n')
sys.exit(1)
if options.sdir is None:
options.sdir = os.getenv('SUBJECTS_DIR')
if options.sdir is None:
parser.print_help()
my_print('\nERROR: specify subjects directory via --sdir or $SUBJECTS_DIR\n')
sys.exit(1)
if options.sid is None:
parser.print_help()
my_print('\nERROR: Specify --sid\n')
sys.exit(1)
subjdir = os.path.join(options.sdir,options.sid)
if not os.path.exists(subjdir):
my_print('ERROR: cannot find sid in subjects directory\n')
sys.exit(1)
if options.label is not None and options.surf is None:
parser.print_help()
my_print('\nERROR: Specify --surf with --label\n')
sys.exit(1)
if options.aparcid is not None and options.surf is None:
parser.print_help()
my_print('\nERROR: Specify --surf with --aparc\n')
sys.exit(1)
# input needs to be either a surf or aseg label(s)
if options.asegid is None and options.surf is None:
parser.print_help()
my_print('\nERROR: Specify either --asegid or --surf\n')
sys.exit(1)
# and it cannot be both
if options.asegid is not None and options.surf is not None:
parser.print_help()
my_print('\nERROR: Specify either --asegid or --surf (not both)\n')
sys.exit(1)
# set default output dir (maybe this should be ./ ??)
if options.outdir is None:
options.outdir = os.path.join(subjdir,'brainprint')
try:
os.mkdir(options.outdir)
except OSError, e:
if e.errno != os.errno.EEXIST:
raise e
pass
# check if we have write access to output dir
try:
testfile = tempfile.TemporaryFile(dir = options.outdir)
testfile.close()
except OSError as e:
if e.errno != errno.EACCES: # 13
e.filename = options.outdir
raise
my_print('\nERROR: '+options.outdir+' not writeable (check access)!\n')
sys.exit(1)
# initialize outsurf
if options.outsurf is None:
# for aseg stuff, we need to create a surface (and we'll keep it around)
if options.asegid is not None:
astring = '_'.join(options.asegid)
#surfname = 'aseg.'+astring+'.surf'
surfname = 'aseg.'+astring+'.vtk'
options.outsurf = os.path.join(options.outdir,surfname)
elif options.label is not None:
surfname = os.path.basename(options.surf)+'.'+os.path.basename(options.label)+'.vtk'
options.outsurf = os.path.join(options.outdir,surfname)
elif options.aparcid is not None:
astring = '_'.join(options.aparcid)
surfname = os.path.basename(options.surf)+'.aparc.'+astring+'.vtk'
options.outsurf = os.path.join(options.outdir,surfname)
else:
# for surfaces, a refined/smoothed version could be written
surfname = os.path.basename(options.surf)+'.vtk'
options.outsurf = os.path.join(options.outdir,surfname)
else:
# make sure it is vtk ending
if (os.path.splitext(options.outsurf)[1]).upper() != '.VTK':
my_print('ERROR: outsurf needs vtk extension (VTK format)')
sys.exit(1)
# for 3d processing, initialize outtet:
if options.dotet and options.outtet is None:
surfname = os.path.basename(options.outsurf)
options.outtet = os.path.join(options.outdir,surfname+'.msh')
# set source to sid if empty
if options.source is None:
options.source = options.sid
# if label does not exist, search in subject label dir
if options.label is not None and not os.path.isfile(options.label):
ltemp = os.path.join(options.sdir,options.source,'label',options.label)
if os.path.isfile(ltemp):
options.label = ltemp
else:
parser.print_help()
my_print('\nERROR: Specified --label not found\n')
sys.exit(1)
# initialize outev
if options.outev is None:
if options.dotet:
options.outev = options.outtet+'.ev'
else:
options.outev = options.outsurf+'.ev'
return options
def which(program):
def is_exe(fpath):
return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
fpath, fname = os.path.split(program)
if fpath:
if is_exe(program):
return program
else:
for path in os.environ["PATH"].split(os.pathsep):
path = path.strip('"')
exe_file = os.path.join(path, program)
if is_exe(exe_file):
return exe_file
if is_exe(os.path.join(os.getenv('SHAPEDNA_HOME'),program)):
return os.path.join(os.getenv('SHAPEDNA_HOME'),program)
if is_exe(os.path.join('.',program)):
return os.path.join('.',program)
return None
def run_cmd(cmd,err_msg):
"""
execute the comand
"""
clist = cmd.split()
progname=which(clist[0])
if (progname) is None:
my_print('ERROR: '+ clist[0] +' not found in path!')
sys.exit(1)
clist[0]=progname
cmd = ' '.join(clist)
my_print('#@# Command: ' + cmd+'\n')
args = shlex.split(cmd)
try:
subprocess.check_call(args)
except subprocess.CalledProcessError as e:
my_print('ERROR: '+err_msg)
#sys.exit(1)
raise
my_print('\n')
# Gets global path to surface input (if it is a FS surf)
def get_surf_surf(sdir,sid,surf):
return os.path.join(sdir,sid,'surf',surf)
# creates tria surface from label (and specified surface)
# maps the label first if source is different from sid
def get_label_surf(sdir,sid,label,surf,source,outsurf):
subjdir = os.path.join(sdir,sid)
outdir = os.path.dirname( outsurf )
stlsurf = os.path.join(outdir,'label'+str(uuid.uuid4())+'.stl')
# get hemi from surf
splitsurf = surf.split(".",1)
hemi = splitsurf[0]
surf = splitsurf[1]
# map label if necessary
mappedlabel = label
if (source != sid):
mappedlabel = os.path.join(outdir,os.path.basename(label)+'.'+str(uuid.uuid4())+'.label')
cmd = 'mri_label2label --sd '+sdir+' --srclabel '+label+' --srcsubject '+ source+' --trgsubject '+sid+' --trglabel '+mappedlabel+' --hemi '+hemi+' --regmethod surface'
run_cmd(cmd,'mri_label2label failed?')
# make surface path (make sure output is stl, this currently needs fsdev, will probably be in 6.0)
cmd = 'label2patch -writesurf -sdir '+sdir+' -surf '+ surf + ' ' +sid+' '+hemi+' '+mappedlabel+' '+stlsurf
run_cmd(cmd,'label2patch failed?')
cmd = 'mris_convert '+stlsurf+' '+outsurf
run_cmd(cmd,'mris_convert failed.')
# cleanup map label if necessary
if (source != sid):
cmd ='rm '+mappedlabel
run_cmd(cmd,'rm mapped label '+mappedlabel+' failed.')
cmd = 'rm '+stlsurf
run_cmd(cmd,'rm stlsurf failed.')
# return surf name
return outsurf
# Creates a surface from the aseg and label info
# and writes it to the outdir
def get_aseg_surf(sdir,sid,asegid,outsurf):
astring2 = ' '.join(asegid)
subjdir = os.path.join(sdir,sid)
aseg = os.path.join(subjdir,'mri','aseg.mgz')
norm = os.path.join(subjdir,'mri','norm.mgz')
outdir = os.path.dirname( outsurf )
tmpname = 'aseg.'+str(uuid.uuid4())
segf = os.path.join(outdir,tmpname+'.mgz')
segsurf = os.path.join(outdir,tmpname+'.surf')
# binarize on selected labels (creates temp segf)
ptinput = aseg
ptlabel = str(asegid[0])
#if len(asegid) > 1:
# always binarize first, otherwise pretess may scale aseg if labels are larger than 255 (e.g. aseg+aparc, bug in mri_pretess?)
cmd ='mri_binarize --i '+aseg+' --match '+astring2+' --o '+segf
run_cmd(cmd,'mri_binarize failed.')
ptinput = segf
ptlabel = '1'
# if norm exist, fix label (pretess)
if os.path.isfile(norm):
cmd ='mri_pretess '+ptinput+' '+ptlabel+' '+norm+' '+segf
run_cmd(cmd,'mri_pretess failed.')
else:
if not os.path.isfile(segf):
# cp segf if not exist yet
# (it exists already if we combined labels above)
cmd = 'cp '+ptinput+' '+segf
run_cmd(cmd,'cp segmentation file failed.')
# runs marching cube to extract surface
cmd ='mri_mc '+segf+' '+ptlabel+' '+segsurf
run_cmd(cmd,'mri_mc failed?')
# convert to stl
cmd ='mris_convert '+segsurf+' '+outsurf
run_cmd(cmd,'mris_convert failed.')
# cleanup temp files
cmd ='rm '+segf
run_cmd(cmd,'rm temp segf failed.')
cmd ='rm '+segsurf
run_cmd(cmd,'rm temp segsurf failed.')
# return surf name
return outsurf
# Creates a surface from the aparc and label number
# and writes it to the outdir
def get_aparc_surf(sdir,sid,surf,aparcid,outsurf):
astring2 = ' '.join(aparcid)
subjdir = os.path.join(sdir,sid)
outdir = os.path.dirname( outsurf )
rndname = str(uuid.uuid4())
# get hemi from surf
hemi = surf.split(".",1)[0]
# convert annotation id to label:
alllabels = ''
for aid in aparcid:
# create label of this id
outlabelpre = os.path.join(outdir,hemi+'.aparc.'+rndname)
cmd = 'mri_annotation2label --sd '+sdir+' --subject '+sid+' --hemi '+hemi+' --label '+str(aid)+' --labelbase '+outlabelpre
run_cmd(cmd,'mri_annotation2label failed?')
alllabels = alllabels+'-i '+outlabelpre+"-%03d.label" % int(aid)+' '
# merge labels (if more than 1)
mergedlabel = outlabelpre+"-%03d.label" % int(aid)
if len(aparcid) > 1:
mergedlabel = os.path.join(outdir,hemi+'.aparc.all.'+rndname+'.label')
cmd = 'mri_mergelabels '+alllabels+' -o '+mergedlabel
run_cmd(cmd,'mri_mergelabels failed?')
# make to surface (call subfunction above)
get_label_surf(sdir,sid,mergedlabel,surf,sid,outsurf)
# cleanup
if len(aparcid) > 1:
cmd ='rm '+mergedlabel
run_cmd(cmd,'rm '+mergedlabel+' failed?')
for aid in aparcid:
outlabelpre = os.path.join(outdir,hemi+'.aparc.'+rndname+"-%03d.label" % int(aid))
cmd ='rm '+outlabelpre
run_cmd(cmd,'rm '+outlabelpre+' failed?')
# return surf name
return outsurf
def get_tetmesh(surf,outtet,fixiter):
surfbase = os.path.basename(surf)
outdir = os.path.dirname( outtet )
surftemp_stl = os.path.join(outdir,surfbase+'.temp.stl')
# massage surface mesh (rm handles, 60000 vertices, uniform)
cmd='mris_convert '+surf+' '+surftemp_stl
run_cmd(cmd,'mris_convert (to STLs) failed')
# cmd='meshfix '+surftemp_stl+' -a 2.0 --remove-handles -q --stl -o '+surftemp_stl
# run_cmd(cmd,'meshfix (remove-handles) failed, is it in your path?')
cmd='meshfix '+surftemp_stl+' -a 2.0 -u 5 --vertices 60000 -q --stl -o '+surftemp_stl
run_cmd(cmd,'meshfix (downsample) failed?')
for num in range(0,fixiter):
cmd='meshfix '+surftemp_stl+' -a 2.0 -u 1 -q --stl -o '+surftemp_stl
run_cmd(cmd,'meshfix failed ('+str(num)+'a)?')
cmd='meshfix '+surftemp_stl+' -a 2.0 -q --stl -o '+surftemp_stl
run_cmd(cmd,'meshfix failed ('+str(num)+'b)?')
# replacing meshfix never worked:
# sdnahome = os.getenv('SHAPEDNA_HOME')
# triaio = os.path.join(sdnahome,"triaIO")
# cmd=triaio+' --infile '+surf+' --outfile '+surftemp_stl' --contractedges --remeshbk 1'
# run_cmd(cmd,'triaIO remeshing failed?')
# write gmsh geofile
geofile = os.path.join(outdir,'gmsh.'+str(uuid.uuid4())+'.geo')
g = open(geofile, 'w')
g.write("Mesh.Algorithm3D=4;\n")
g.write("Mesh.Optimize=1;\n")
g.write("Mesh.OptimizeNetgen=1;\n")
g.write("Merge \"" + surfbase+'.temp.stl' + "\";\n")
g.write("Surface Loop(1) = {1};\n")
g.write("Volume(1) = {1};\n")
g.write("Physical Volume(1) = {1};\n")
g.close()
# use gmsh to create tet mesh
cmd = 'gmsh -3 -o '+outtet+' '+geofile
run_cmd(cmd,'gmsh failed, is it in your path?')
# cleanup
cmd ='rm '+geofile
run_cmd(cmd,'rm temp geofile failed?')
cmd='rm '+surftemp_stl
run_cmd(cmd,'rm temp stl surface failed?')
# return tetmesh filename
return outtet
def run_shapeDNAtetra(tetmesh,outev,options):
sdnahome = os.getenv('SHAPEDNA_HOME')
sdna = os.path.join(sdnahome,"shapeDNA-tetra")
# mesh refine degree num bcond ouput ev
num = 50
if options.num is not None:
num = options.num
degree = 1
if options.degree is not None:
degree = options.degree
dirichlet = ""
if options.bcond == 0:
dirichlet = " --dirichlet"
cmd =sdna+' --mesh '+tetmesh+' --num '+str(options.num)+' --outfile '+outev+' --degree '+str(options.degree)+dirichlet
if options.evec:
cmd = cmd+' --evec'
run_cmd(cmd,'shapeDNA-tetra failed?')
def run_shapeDNAtria(surf,outev,outsurf,options):
# options : num, degree, evec, ignorelq, refmin, tsmooth, gsmooth, param2d
sdnahome = os.getenv('SHAPEDNA_HOME')
sdna = os.path.join(sdnahome,"shapeDNA-tria")
num = 50
if options.num is not None:
num = options.num
degree = 1
if options.degree is not None:
degree = options.degree
dirichlet = ""
if options.bcond == 0:
dirichlet = " --dirichlet"
cmd =sdna+' --mesh '+surf+' --num '+str(options.num)+' --outfile '+outev+' --degree '+str(options.degree)+dirichlet
if options.evec:
cmd = cmd+' --evec'
if options.ignorelq:
cmd = cmd+' --ignorelq'
if options.refmin > 0:
cmd = cmd+' --refmin '+str(options.refmin)
if options.tsmooth > 0:
cmd = cmd+' --tsmooth '+str(options.tsmooth)
if options.gsmooth > 0:
cmd = cmd+' --gsmooth '+str(options.gsmooth)
if options.param2d is not None:
cmd = cmd+' '+options.param2d
if not outsurf == "":
cmd = cmd+' --outmesh '+outsurf
run_cmd(cmd,'shapeDNA-tria failed?')
if __name__=="__main__":
# Command Line options and error checking done here
options = options_parse()
my_print(options.label)
my_print(options.surf)
if options.asegid is not None:
surf = get_aseg_surf(options.sdir,options.sid,options.asegid,options.outsurf)
outsurf = surf
elif options.label is not None:
surf = get_label_surf(options.sdir,options.sid,options.label,options.surf,options.source,options.outsurf)
outsurf = surf
elif options.aparcid is not None:
surf = get_aparc_surf(options.sdir,options.sid,options.surf,options.aparcid,options.outsurf)
outsurf = surf
elif options.surf is not None:
surf = get_surf_surf(options.sdir,options.sid,options.surf)
outsurf = options.outsurf
#my_print(surf)
#sys.exit(0)
if surf is None:
my_print('ERROR: no surface was created/selected?')
sys.exit(1)
if options.dotet:
#convert to tetmesh
get_tetmesh(surf,options.outtet,options.fixiter)
#run shapedna tetra
run_shapeDNAtetra(options.outtet,options.outev,options)
else:
run_shapeDNAtria(surf,options.outev,outsurf,options)
# always exit with 0 exit code
sys.exit(0)