mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
cleaned out AP from prepareInputs
This commit is contained in:
parent
27344eb1f7
commit
455fcdb9d8
1 changed files with 0 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue