mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
likelihood analysis now know about pec vel
This commit is contained in:
parent
73c6aedfc2
commit
91a2a2749b
1 changed files with 7 additions and 2 deletions
|
@ -1711,6 +1711,11 @@ def launchLikelihood(dataSampleList=None,
|
|||
#sys.stdout = open(logFile, 'w')
|
||||
#sys.stderr = open(logFile, 'a')
|
||||
|
||||
if dataSampleList[0].usePecVel:
|
||||
biasLevel = 1.16
|
||||
else:
|
||||
biasLevel = 1.0
|
||||
|
||||
vp.build1dLikelihood(dataSampleList[0],
|
||||
workDir+"/calculatedExpansions_"+\
|
||||
thisDataPortion+".txt",
|
||||
|
@ -1721,8 +1726,8 @@ def launchLikelihood(dataSampleList=None,
|
|||
OmEnd = 1.0,
|
||||
#biasStart = 1.0,
|
||||
#biasEnd = 1.32,
|
||||
biasStart = 1.16,
|
||||
biasEnd = 1.16,
|
||||
biasStart = biasLevel,
|
||||
biasEnd = biasLevel,
|
||||
outputBase = workDir+"/1dlikelihoods_"+thisDataPortion+"_",
|
||||
useBinAve = False,
|
||||
useComoving = useComoving,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue