From 5ac35866837dd23f8473c7c01b88b24a29eed65c Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Tue, 3 Jun 2014 13:53:09 -0400 Subject: [PATCH] remove autostacking --- python_tools/pipeline_source/prepareInputs.in.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python_tools/pipeline_source/prepareInputs.in.py b/python_tools/pipeline_source/prepareInputs.in.py index 5017e88..da10980 100644 --- a/python_tools/pipeline_source/prepareInputs.in.py +++ b/python_tools/pipeline_source/prepareInputs.in.py @@ -215,7 +215,6 @@ newSample = Sample(dataFile = "{dataFile}", profileBinSize = "auto", includeInHubble = True, partOfCombo = False, - {autoStack} boxLen = {boxLen}, usePecVel = {usePecVel}, numSubvolumes = {numSubvolumes}, @@ -288,9 +287,6 @@ dataSampleList.append(newSample) nickName = getNickName(setName, sampleName) - autoStack = "" - if "autoNumInStack" in stackMode or "autoPartInStack" in stackMode: - autoStack = stackMode+"," scriptFile.write(sampleInfo.format(dataFile=dataFileName, dataFormat=dataFormat, dataUnit=dataUnit, @@ -303,7 +299,6 @@ dataSampleList.append(newSample) shiftSimZ=shiftSimZ, omegaM=Om, boxLen=lbox, - autoStack=autoStack, usePecVel=useVel, minRadius=minRadius, numSubvolumes=numSubvolumes,