stanley-king 2 lat temu
rodzic
commit
f508c318d0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      plot/refill/ChannelPainter.py

+ 1 - 1
plot/refill/ChannelPainter.py

@@ -105,7 +105,7 @@ class ChannelPainter(object):
         ax, fig = fig_create()
         x = np.array([d - self._start_time for d in range(self._start_time, self._end_time)])
 
-        window = np.ones(60) / 60
+        window = np.ones(600) / 600
         for _chname, _card_type, _spec, _data in gen:
             succ, count, y = calc_chratios(_data, pos_map, self._start_time - day_stamp, self._end_time - day_stamp)
             print(_chname)