Compare commits
2 Commits
09efee5635
...
fede37f5c5
| Author | SHA1 | Date | |
|---|---|---|---|
| fede37f5c5 | |||
| 34e52e25aa |
@ -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:
|
||||
|
||||
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user