添加背离计算
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@ from ChanEnum import Chan_MACDSEG_DIR
|
||||
|
||||
|
||||
class ChanMACDSeg():
|
||||
def __init__(self, start_time, start_klu, pre_seg, seg_dir):
|
||||
def __init__(self, index, start_time, start_klu, pre_seg, seg_dir):
|
||||
self.index = index
|
||||
self.start_time = start_time
|
||||
self.end_time = None
|
||||
self.start_klu = start_klu
|
||||
|
||||
Reference in New Issue
Block a user