update log
This commit is contained in:
@@ -180,7 +180,7 @@ class zmqServer(threading.Thread):
|
|||||||
# 转置为上位机需要的[50, 通道数]格式
|
# 转置为上位机需要的[50, 通道数]格式
|
||||||
filtered_data = filtered_data.T.astype(np.float64)
|
filtered_data = filtered_data.T.astype(np.float64)
|
||||||
send_buf = filtered_data.tobytes()
|
send_buf = filtered_data.tobytes()
|
||||||
algo_log(f"发送滤波数据,长度: {len(send_buf)}字节, filtered_data.shape: {filtered_data.shape}", level="DEBUG", record_once=False)
|
algo_log(f"发送滤波数据,长度: {len(send_buf)}字节, filtered_data.shape: {filtered_data.shape}", level="DEBUG", record_once=True)
|
||||||
self.data_send_queue.put(send_buf)
|
self.data_send_queue.put(send_buf)
|
||||||
|
|
||||||
def _process_data_send_queue(self):
|
def _process_data_send_queue(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user