filtering out PM3 power during rest
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user