优化<数据预处理>的代码
This commit is contained in:
@ -29,6 +29,16 @@ class ConfigParams:
|
||||
ACTION_ZOOM_SHORTCUT_KEY: str = "C"
|
||||
FONT: str = "Microsoft YaHei UI"
|
||||
|
||||
ORGBCG_RAW: str = "OrgBCG_Raw_"
|
||||
ECG_RAW: str = "ECG II_Raw_"
|
||||
THO_RAW: str = "Effort Tho_Raw_"
|
||||
ABD_RAW: str = "Effort Abd_Raw_"
|
||||
|
||||
BCG_FILTER: str = "BCG_Filter_"
|
||||
ECG_FILTER: str = "ECG_Filter_"
|
||||
|
||||
|
||||
|
||||
# 数据粗同步
|
||||
APPROXIMATELY_ALIGN_CONFIG_FILE_PATH: str = "./config/Config_approximately_align.yaml"
|
||||
APPROXIMATELY_ALIGN_CONFIG_NEW_CONTENT: dict = {
|
||||
|
||||
Reference in New Issue
Block a user