mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-24 04:35:04 +00:00
trying original bins again
This commit is contained in:
parent
1783425487
commit
da968ad1c6
@ -62,7 +62,7 @@ fqL = np.array([0.0049999999, 0.018619375, 0.044733049, 0.069336227,
|
|||||||
#f2 = 0.5/dt
|
#f2 = 0.5/dt
|
||||||
#fqL = np.hstack((np.array(0.5*f1),np.logspace(np.log10(0.9*f1),
|
#fqL = np.hstack((np.array(0.5*f1),np.logspace(np.log10(0.9*f1),
|
||||||
# np.log10(0.3*f2),9),np.array(2*f2)))
|
# np.log10(0.3*f2),9),np.array(2*f2)))
|
||||||
fqL = np.logspace(np.log10(0.0049999999),np.log10(0.62032418),9)
|
#fqL = np.logspace(np.log10(0.0049999999),np.log10(0.62032418),9)
|
||||||
nfq = len(fqL) - 1
|
nfq = len(fqL) - 1
|
||||||
fqd = 10**(np.log10( (fqL[:-1]*fqL[1:]) )/2.)
|
fqd = 10**(np.log10( (fqL[:-1]*fqL[1:]) )/2.)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user