From 219ab0a9dd6501d3311d52f892c590f8dfa9951a Mon Sep 17 00:00:00 2001 From: mmmistgun <20172333133@m.scnu.edu.cn> Date: Fri, 8 Apr 2022 10:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E4=B8=BA=E9=BB=91=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/Quality_Relabel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Quality_Relabel.py b/utils/Quality_Relabel.py index 56896bf..9a83f5e 100644 --- a/utils/Quality_Relabel.py +++ b/utils/Quality_Relabel.py @@ -63,7 +63,7 @@ class Quality_Relabel: # 3 红色 阻塞型 # 4 红色 混合型 # 5 绿色 血氧饱和度下降 - color_cycle = ["blue", "pink", "orange", "red", "grey", "green"] + color_cycle = ["black", "pink", "blue", "red", "grey", "green"] assert len(color_cycle) == len(base_event) + 1, "基础事件数量与颜色数量不一致" def __init__(self, all_path: List, sampNo: int, frequency: int = 100, bcg_frequency: int = 1000,