mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
much more flexible for handling different stacking and AP approaches
This commit is contained in:
parent
a9100b2604
commit
73c6aedfc2
4 changed files with 132 additions and 87 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue