@@ -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): |
@@ -37,12 +37,6 class VoltageProcessor: | |||||
37 | plotterObjList = [] |
|
37 | plotterObjList = [] | |
38 | m_Voltage= Voltage() |
|
38 | m_Voltage= Voltage() | |
39 |
|
39 | |||
40 | m_ProfileSelector = ProfileSelector() |
|
|||
41 |
|
||||
42 | m_Decoder = Decoder() |
|
|||
43 |
|
||||
44 | m_CoherentIntegrator = CoherentIntegrator() |
|
|||
45 |
|
||||
46 | def __init__(self, dataInObj, dataOutObj=None): |
|
40 | def __init__(self, dataInObj, dataOutObj=None): | |
47 | ''' |
|
41 | ''' | |
48 | Constructor |
|
42 | Constructor |
General Comments 0
You need to be logged in to leave comments.
Login now