1、完善命名规范
2、完成<冗余数据切割和标签映射>的全部代码
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|-SA Label_corrected.csv
|
||||
|-SA Label_add.csv`
|
||||
.../OrgBCG_Aligned/<sampID>
|
||||
|-Align_info.txt
|
||||
|-Align_info.yaml
|
||||
|-BCG_Sync_采样率.txt
|
||||
|-orgBcg_Sync_采样率.txt
|
||||
|-Jpeak_Sync.txt
|
||||
@ -28,7 +28,7 @@
|
||||
.../OrgBCG_Origin/<sampID>
|
||||
|-...
|
||||
.../PSG_Aligned/<sampID>
|
||||
|-Align_info.txt
|
||||
|-Align_info.yaml
|
||||
|-ECG_Sync_采样率.txt
|
||||
|-Rpeak_Sync.txt
|
||||
|-5_class_Sync_1.txt
|
||||
@ -168,13 +168,13 @@
|
||||
|
||||
输出:
|
||||
|
||||
PSG的对齐信息:`./PSG_Aligned/<sampID>/Align_info.txt`
|
||||
PSG的对齐信息:`./PSG_Aligned/<sampID>/Align_info.yaml`
|
||||
|
||||
同步后的ECG信号:`./PSG_Aligned/<sampID>/ECG_Sync_采样率.txt`
|
||||
|
||||
同步后的R峰坐标:`./PSG_Aligned/<sampID>/Rpeak_Sync.txt`
|
||||
|
||||
BCG的对齐信息:`./OrgBCG_Aligned/<sampID>/Align_info.txt`
|
||||
BCG的对齐信息:`./OrgBCG_Aligned/<sampID>/Align_info.yaml`
|
||||
|
||||
同步后的BCG信号:`./OrgBCG_Aligned/<sampID>/BCG_Sync_采样率.txt`
|
||||
|
||||
@ -188,9 +188,9 @@ BCG的对齐信息:`./OrgBCG_Aligned/<sampID>/Align_info.txt`
|
||||
|
||||
输入:
|
||||
|
||||
PSG的对齐信息:`./PSG_Aligned/<sampID>/Align_info.txt`
|
||||
PSG的对齐信息:`./PSG_Aligned/<sampID>/Align_info.yaml`
|
||||
|
||||
BCG的对齐信息:`./OrgBCG_Aligned/<sampID>/Align_info.txt`
|
||||
BCG的对齐信息:`./OrgBCG_Aligned/<sampID>/Align_info.yaml`
|
||||
|
||||
原始的其他PSG通道信号:`./PSG_Text/<sampID>/通道名_Raw_采样率.txt`(通道名包括:Effort Abd, Effort Tho, Flow Patient, Snore, SpO2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user