From b84c9915c045f4314c81e94b44aa34516fe381db Mon Sep 17 00:00:00 2001 From: Yorusora Date: Mon, 2 Jun 2025 20:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86<=E5=91=BC=E5=90=B8?= =?UTF-8?q?=E5=8F=AF=E7=94=A8=E6=80=A7=E5=8F=8A=E9=97=B4=E6=9C=9F=E6=A0=87?= =?UTF-8?q?=E6=B3=A8>=E4=B8=AD=E6=97=A0=E6=B3=95=E7=BB=98=E5=88=B6?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E4=B8=AA=E7=89=87=E6=AE=B5=E7=9A=84?= =?UTF-8?q?=E4=BF=A1=E5=8F=B7=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_resp_quality_label.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/Module_resp_quality_label.py b/func/Module_resp_quality_label.py index 5da029e..e2e0163 100644 --- a/func/Module_resp_quality_label.py +++ b/func/Module_resp_quality_label.py @@ -411,7 +411,7 @@ class MainWindow_resp_quality_label(QMainWindow): artifact_type_seq = append(artifact_type_seq, 4) if self.ui.checkBox_type5.isChecked(): artifact_type_seq = append(artifact_type_seq, 5) - length = Config["InputConfig"]["OrgBCGUseFreq"] * Params.RESP_QUALITY_LABEL_PARTS_TIME_SEC + length = end_OrgBCG - begin_OrgBCG mask = array([arange(length), arange(length), arange(length), arange(length), arange(length), arange(length)]) mask = mask.astype(float64) for i in artifact_type_seq: