##// END OF EJS Templates
Miguel Valdez -
r102:0886b164077e
parent child
Show More
@@ -47,11 +47,6 class SpectraProcessor:
47 nFFTPoints = None
47 nFFTPoints = None
48
48
49 pairList = None
49 pairList = None
50 m_Spectra= Spectra()
51
52 m_Voltage= Voltage()
53
54 m_IncoherentIntegration= IncoherentIntegration()
55
50
56
51
57 def __init__(self, dataInObj, dataOutObj=None):
52 def __init__(self, dataInObj, dataOutObj=None):
@@ -36,12 +36,6 class VoltageProcessor:
36 writerObjList = []
36 writerObjList = []
37 plotterObjList = []
37 plotterObjList = []
38 m_Voltage= Voltage()
38 m_Voltage= Voltage()
39
40 m_ProfileSelector = ProfileSelector()
41
42 m_Decoder = Decoder()
43
44 m_CoherentIntegrator = CoherentIntegrator()
45
39
46 def __init__(self, dataInObj, dataOutObj=None):
40 def __init__(self, dataInObj, dataOutObj=None):
47 '''
41 '''
General Comments 0
You need to be logged in to leave comments. Login now