mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +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.stdout = open(logFile, 'w')
|
||||||
#sys.stderr = open(logFile, 'a')
|
#sys.stderr = open(logFile, 'a')
|
||||||
|
|
||||||
|
if dataSampleList[0].usePecVel:
|
||||||
|
biasLevel = 1.16
|
||||||
|
else:
|
||||||
|
biasLevel = 1.0
|
||||||
|
|
||||||
vp.build1dLikelihood(dataSampleList[0],
|
vp.build1dLikelihood(dataSampleList[0],
|
||||||
workDir+"/calculatedExpansions_"+\
|
workDir+"/calculatedExpansions_"+\
|
||||||
thisDataPortion+".txt",
|
thisDataPortion+".txt",
|
||||||
|
@ -1721,8 +1726,8 @@ def launchLikelihood(dataSampleList=None,
|
||||||
OmEnd = 1.0,
|
OmEnd = 1.0,
|
||||||
#biasStart = 1.0,
|
#biasStart = 1.0,
|
||||||
#biasEnd = 1.32,
|
#biasEnd = 1.32,
|
||||||
biasStart = 1.16,
|
biasStart = biasLevel,
|
||||||
biasEnd = 1.16,
|
biasEnd = biasLevel,
|
||||||
outputBase = workDir+"/1dlikelihoods_"+thisDataPortion+"_",
|
outputBase = workDir+"/1dlikelihoods_"+thisDataPortion+"_",
|
||||||
useBinAve = False,
|
useBinAve = False,
|
||||||
useComoving = useComoving,
|
useComoving = useComoving,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue