From 455fcdb9d845c1a943d0f9ddd6fc2de147feabfa Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Mon, 2 Jun 2014 10:22:21 -0400 Subject: [PATCH] cleaned out AP from prepareInputs --- .../pipeline_source/prepareInputs.in.py | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/python_tools/pipeline_source/prepareInputs.in.py b/python_tools/pipeline_source/prepareInputs.in.py index 06047f4..5017e88 100644 --- a/python_tools/pipeline_source/prepareInputs.in.py +++ b/python_tools/pipeline_source/prepareInputs.in.py @@ -170,32 +170,15 @@ startCatalogStage = {startCatalogStage} endCatalogStage = {endCatalogStage} regenerateFlag = False -#ZOBOV_PATH = "@CMAKE_BINARY_DIR@/c_tools/zobov2/" ZOBOV_PATH = "@CMAKE_BINARY_DIR@/zobov/" CTOOLS_PATH = "@CMAKE_BINARY_DIR@/c_tools/" -freshStack = True -errorBars = "CALCULATED" -numIncoherentRuns = 100 -ranSeed = 101010 -useComoving = False -bias = 1.16 -dataPortions = {dataPortions} dataSampleList = [] - -# for the A-P test -minVoidsToFit = {minVoidsToFit} -minPartToFit = {minPartToFit} -fittingMode = '{fittingMode}' """ scriptFile.write(header.format(startCatalogStage=startCatalogStage, endCatalogStage=endCatalogStage, continueRun=continueRun, - dataPortions=dataPortions, - minVoidsToFit=minVoidsToFit, - minPartToFit=minPartToFit, - fittingMode=fittingMode, )) dataInfo = """ @@ -233,8 +216,6 @@ newSample = Sample(dataFile = "{dataFile}", includeInHubble = True, partOfCombo = False, {autoStack} - numAPSlices = {numAPSlices}, - isCombo = False, boxLen = {boxLen}, usePecVel = {usePecVel}, numSubvolumes = {numSubvolumes}, @@ -323,7 +304,6 @@ dataSampleList.append(newSample) omegaM=Om, boxLen=lbox, autoStack=autoStack, - numAPSlices=numAPSlices, usePecVel=useVel, minRadius=minRadius, numSubvolumes=numSubvolumes,