mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
updates to launchers
This commit is contained in:
parent
98fdc38afa
commit
7a602ee8c4
1 changed files with 4 additions and 4 deletions
|
@ -361,7 +361,7 @@ def launchPrune(sample, binPath,
|
||||||
print "done"
|
print "done"
|
||||||
else:
|
else:
|
||||||
print "FAILED!"
|
print "FAILED!"
|
||||||
exit(-1)
|
#exit(-1)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print "already done!"
|
print "already done!"
|
||||||
|
@ -407,14 +407,14 @@ def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir,
|
||||||
str(sampleName2)
|
str(sampleName2)
|
||||||
cmd += " --volFile2=" + sample2Dir+"/vol_" + \
|
cmd += " --volFile2=" + sample2Dir+"/vol_" + \
|
||||||
str(sampleName2)+".dat"
|
str(sampleName2)+".dat"
|
||||||
cmd += " --voidFile2=" + sample2Dir+"/untrimmed_voidDesc_" + \
|
cmd += " --voidFile2=" + sample2Dir+"/voidDesc_" + \
|
||||||
thisDataPortion+"_"+str(sampleName2)+".out"
|
thisDataPortion+"_"+str(sampleName2)+".out"
|
||||||
cmd += " --infoFile2=" + sample2Dir+"/zobov_slice_" + \
|
cmd += " --infoFile2=" + sample2Dir+"/zobov_slice_" + \
|
||||||
str(sampleName2)+".par"
|
str(sampleName2)+".par"
|
||||||
cmd += " --centerFile2=" + sample2Dir + \
|
cmd += " --centerFile2=" + sample2Dir + \
|
||||||
"/untrimmed_barycenters_"+thisDataPortion+"_"+str(sampleName2)+".out"
|
"/barycenters_"+thisDataPortion+"_"+str(sampleName2)+".out"
|
||||||
cmd += " --shapeFile2=" + sample1Dir + \
|
cmd += " --shapeFile2=" + sample1Dir + \
|
||||||
"/untrimmed_shapes_"+thisDataPortion+"_"+str(sampleName1)+".out"
|
"/shapes_"+thisDataPortion+"_"+str(sampleName1)+".out"
|
||||||
cmd += " --zoneFile2=" + sample2Dir+"/voidZone_" + \
|
cmd += " --zoneFile2=" + sample2Dir+"/voidZone_" + \
|
||||||
str(sampleName2)+".dat"
|
str(sampleName2)+".dat"
|
||||||
cmd += " --zonePartFile2=" + sample2Dir+"/voidPart_" + \
|
cmd += " --zonePartFile2=" + sample2Dir+"/voidPart_" + \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue