|
@@ -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)
|