From 4cdcb2f48b9ca7938d3794d3c3f1740f7f1a3c14 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Sun, 24 Nov 2013 16:00:15 -0600 Subject: [PATCH] fixed bug in overlap launcher --- python_tools/void_python_tools/backend/launchers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_tools/void_python_tools/backend/launchers.py b/python_tools/void_python_tools/backend/launchers.py index 48e53a5..b966e83 100644 --- a/python_tools/void_python_tools/backend/launchers.py +++ b/python_tools/void_python_tools/backend/launchers.py @@ -455,8 +455,8 @@ def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir, str(sampleName2)+".par" cmd += " --centerFile2=" + sample2Dir + \ "/trimmed_nodencut_barycenters_"+thisDataPortion+"_"+str(sampleName2)+".out" - cmd += " --shapeFile2=" + sample1Dir + \ - "/trimmed_nodencut_shapes_"+thisDataPortion+"_"+str(sampleName1)+".out" + cmd += " --shapeFile2=" + sample2Dir + \ + "/trimmed_nodencut_shapes_"+thisDataPortion+"_"+str(sampleName2)+".out" cmd += " --zoneFile2=" + sample2Dir+"/voidZone_" + \ str(sampleName2)+".dat" cmd += " --zonePartFile2=" + sample2Dir+"/voidPart_" + \