Private
Public Access
1
0

removing power > 2000W from CP chart

This commit is contained in:
Sander Roosendaal
2018-03-12 13:38:41 +01:00
parent dc42b3fe28
commit 79aa8279c2

View File

@@ -223,6 +223,9 @@ def getcp(dfgrouped,logarr):
mask = rolling_std == 0
ww.loc[mask] = 0
mask = ww > 2000
ww.loc[mask] = 0
tmax = tt.max()