mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Maybe incorrect maxCentralDensity ?
This commit is contained in:
parent
69def32595
commit
51c409a170
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ def launchStack(sample, stack, binPath, thisDataPortion=None, logDir=None,
|
||||||
maxDen = 0.2*float(maskIndex)/float(totalPart)
|
maxDen = 0.2*float(maskIndex)/float(totalPart)
|
||||||
else:
|
else:
|
||||||
maskIndex = 999999999
|
maskIndex = 999999999
|
||||||
maxDen = -0.8
|
maxDen = 0.2
|
||||||
|
|
||||||
if INCOHERENT:
|
if INCOHERENT:
|
||||||
nullTestFlag = "INCOHERENT"
|
nullTestFlag = "INCOHERENT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue