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