much more flexible for handling different stacking and AP approaches

This commit is contained in:
P.M. Sutter 2014-03-11 12:49:02 -05:00
parent a9100b2604
commit 73c6aedfc2
4 changed files with 132 additions and 87 deletions

View file

@ -36,6 +36,11 @@ 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/"