From 5a48404f024b4c74b946c2c8ebff44e3bc529739 Mon Sep 17 00:00:00 2001 From: caes Date: Thu, 22 Jun 2017 15:24:09 -0400 Subject: [PATCH] updating psdlag script --- scripts/psdlag_7bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/psdlag_7bin.py b/scripts/psdlag_7bin.py index 55ea350..b56c7ca 100755 --- a/scripts/psdlag_7bin.py +++ b/scripts/psdlag_7bin.py @@ -22,7 +22,7 @@ t1, l1, l1e = np.loadtxt(ref_file).T # errorbar(t1, l1, yerr=l1e, fmt='o') #A -fqL = np.logspace(np.log10(0.0049999999),np.log10(0.340002000),8) +fqL = [0.0049999999] + np.logspace(np.log10(0.049999999),np.log10(0.340002000),7) #B #fqL = np.array([0.0049999999, 0.018619375, 0.044733049,