From 05faeafd0221e854c5465462fffbfc43a4d528a9 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Mon, 2 Jun 2014 09:50:24 -0400 Subject: [PATCH] removed AP stages --- 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 7a0deaf..1e7cdc4 100644 --- a/python_tools/pipeline_source/prepareInputs.in.py +++ b/python_tools/pipeline_source/prepareInputs.in.py @@ -191,9 +191,6 @@ continueRun = {continueRun} # set to True to enable restarting aborted jobs startCatalogStage = {startCatalogStage} endCatalogStage = {endCatalogStage} -startAPStage = {startAPStage} -endAPStage = {endAPStage} - regenerateFlag = False #ZOBOV_PATH = "@CMAKE_BINARY_DIR@/c_tools/zobov2/" ZOBOV_PATH = "@CMAKE_BINARY_DIR@/zobov/" @@ -216,8 +213,6 @@ fittingMode = '{fittingMode}' scriptFile.write(header.format(startCatalogStage=startCatalogStage, endCatalogStage=endCatalogStage, - startAPStage=startAPStage, - endAPStage=endAPStage, continueRun=continueRun, dataPortions=dataPortions, minVoidsToFit=minVoidsToFit,