From 4f2f0ac5ed6e9cbe050b5ec4ea88d8e7ff475c33 Mon Sep 17 00:00:00 2001 From: caes Date: Thu, 22 Jun 2017 17:09:08 -0400 Subject: [PATCH] trying new bin combos --- scripts/psdlag_4bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/psdlag_4bin.py b/scripts/psdlag_4bin.py index ca5e01f..21e3267 100755 --- a/scripts/psdlag_4bin.py +++ b/scripts/psdlag_4bin.py @@ -34,7 +34,7 @@ t1, l1, l1e = np.loadtxt(ref_file).T # 0.22, 0.56]) #D -fqL = np.logspace(np.log10(0.008999999),np.log10(0.340002000),5) +fqL = [0.0049999999] + np.logspace(np.log10(0.02999999),np.log10(0.340002000),5) nfq = len(fqL) - 1 fqd = 10**(np.log10( (fqL[:-1]*fqL[1:]) )/2.)