mirror of
https://asciireactor.com/otho/clag-agn.git
synced 2024-11-21 21:55:06 +00:00
updating psdlag script
This commit is contained in:
parent
630275a5a0
commit
5a48404f02
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user