From 34e52e25aa9aee3869026bbf0dd54d0be7f80803 Mon Sep 17 00:00:00 2001 From: Yorusora <2023025086@m.scnu.edu.cn> Date: Tue, 10 Jun 2025 22:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86<=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=B2=BE=E5=AF=B9=E9=BD=90>=E4=B8=AD=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E6=AD=A5=E9=AA=A4=E9=80=89=E5=8F=96=E5=B3=B0?= =?UTF-8?q?=E5=80=BC=E5=90=8E=E7=82=B9=E5=87=BB=E9=87=8D=E6=96=B0=E9=80=89?= =?UTF-8?q?=E5=8F=96=E5=8D=B4=E6=9C=AA=E8=83=BD=E9=87=8D=E7=BD=AE=E9=80=89?= =?UTF-8?q?=E5=8F=96=E7=9A=84=E5=B3=B0=E5=80=BC=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/Module_SA_label.py | 2 -- func/Module_precisely_align.py | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/func/Module_SA_label.py b/func/Module_SA_label.py index 486e2b0..7fb4bd3 100644 --- a/func/Module_SA_label.py +++ b/func/Module_SA_label.py @@ -530,8 +530,6 @@ class MainWindow_SA_label(QMainWindow): return Result().failure(info=Constants.DRAW_FAILURE + "\n" + format_exc()) return Result().success(info=Constants.DRAW_FINISHED) - - def update_UI_Args(self): try: if self.data is not None and self.data.df_corrected is not None: diff --git a/func/Module_precisely_align.py b/func/Module_precisely_align.py index 890bfa2..3f51701 100644 --- a/func/Module_precisely_align.py +++ b/func/Module_precisely_align.py @@ -719,6 +719,9 @@ class MainWindow_precisely_align(QMainWindow): self.reset_axes() self.canvas.draw() + self.data.correlation_align_point_match_ECG = array([]).astype(int) + self.data.correlation_align_point_match_BCG = array([]).astype(int) + # 处理数据 PublicFunc.progressbar_update(self, 1, 2, Constants.PRECISELY_ALIGN_PROCESSING_DATA, 50) result = self.data.data_process_for_calculate_correlation()