Private
Public Access
1
0

filtering out PM3 power during rest

This commit is contained in:
Sander Roosendaal
2018-02-27 14:31:18 +01:00
parent d7f238a6e3
commit 0dba22873a

View File

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