Private
Public Access
1
0

same basis of logarithmic delta axis

This commit is contained in:
Sander Roosendaal
2020-10-12 08:50:32 +02:00
parent a42c275a09
commit 60a68f5611
2 changed files with 21 additions and 16 deletions

View File

@@ -108,7 +108,10 @@ def cpfit(powerdf):
def getlogarr(maxt):
maxlog10 = np.log10(maxt-5)
logarr = np.arange(50)*maxlog10/50.
#print(maxlog10,round(maxlog10))
aantal = 10*round(maxlog10)
logarr = np.arange(aantal+1)/10.
res = []
for la in logarr:
try: