From 5022567fa18e113c6676cc9154031c0bea415d85 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Tue, 3 Jun 2014 00:33:22 -0400 Subject: [PATCH] updated defaults --- python_tools/pipeline_source/defaults.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/python_tools/pipeline_source/defaults.py b/python_tools/pipeline_source/defaults.py index 5dee31f..2833409 100644 --- a/python_tools/pipeline_source/defaults.py +++ b/python_tools/pipeline_source/defaults.py @@ -27,20 +27,7 @@ datasetName = "" startCatalogStage = 1 endCatalogStage = 3 - -startAPStage = 1 -endAPStage = 5 - continueRun = True -dataPortions = ["central"] - -# auto for AP analysis, "fixed" for catalog comparison -stackMode = "fixed" -maxVoidsInStack = -1 -stackRescaleMode = "rv" -fittingMode = "mcmc" -minVoidsToFit = 20 -minPartToFit = 2 # directory for the input simulation/observational particle files catalogDir = os.getenv("HOME")+"/workspace/Voids/catalog/"