Maybe incorrect maxCentralDensity ?

This commit is contained in:
Guilhem Lavaux 2013-03-02 10:45:08 -06:00
parent 69def32595
commit 51c409a170

View file

@ -417,7 +417,7 @@ def launchStack(sample, stack, binPath, thisDataPortion=None, logDir=None,
maxDen = 0.2*float(maskIndex)/float(totalPart)
else:
maskIndex = 999999999
maxDen = -0.8
maxDen = 0.2
if INCOHERENT:
nullTestFlag = "INCOHERENT"