From 0baf14fc4889f45017ecb0fda4174af686a531d7 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Sat, 29 Jun 2013 05:25:59 -0500 Subject: [PATCH] voidoverlap now matched top-level -> any-level --- python_tools/void_python_tools/backend/launchers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python_tools/void_python_tools/backend/launchers.py b/python_tools/void_python_tools/backend/launchers.py index a4599f6..e44f5c5 100644 --- a/python_tools/void_python_tools/backend/launchers.py +++ b/python_tools/void_python_tools/backend/launchers.py @@ -390,14 +390,14 @@ def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir, str(sampleName1) cmd += " --volFile1=" + sample1Dir+"/vol_" + \ str(sampleName1)+".dat" - cmd += " --voidFile1=" + sample1Dir+"/trimmed_nodencut_voidDesc_" + \ + cmd += " --voidFile1=" + sample1Dir+"/voidDesc_" + \ thisDataPortion+"_"+str(sampleName1)+".out" cmd += " --infoFile1=" + sample1Dir+"/zobov_slice_" + \ str(sampleName1)+".par" cmd += " --centerFile1=" + sample1Dir + \ - "/trimmed_nodencut_barycenters_"+thisDataPortion+"_"+str(sampleName1)+".out" + "/barycenters_"+thisDataPortion+"_"+str(sampleName1)+".out" cmd += " --shapeFile1=" + sample1Dir + \ - "/trimmed_nodencut_shapes_"+thisDataPortion+"_"+str(sampleName1)+".out" + "/shapes_"+thisDataPortion+"_"+str(sampleName1)+".out" cmd += " --zoneFile1=" + sample1Dir+"/voidZone_" + \ str(sampleName1)+".dat" cmd += " --zonePartFile1=" + sample1Dir+"/voidPart_" + \