@@ -73,7 +73,7 class SpectraProcessor: | |||||
73 | self.writerObjList = [] |
|
73 | self.writerObjList = [] | |
74 | self.plotterObjList = [] |
|
74 | self.plotterObjList = [] | |
75 |
|
75 | |||
76 |
self.noiseObj = No |
|
76 | self.noiseObj = None | |
77 | self.buffer = None |
|
77 | self.buffer = None | |
78 | self.profIndex = 0 |
|
78 | self.profIndex = 0 | |
79 |
|
79 | |||
@@ -331,7 +331,7 class SpectraProcessor: | |||||
331 | if myIncohIntObj.isReady: |
|
331 | if myIncohIntObj.isReady: | |
332 | self.dataOutObj.data_spc = myIncohIntObj.data |
|
332 | self.dataOutObj.data_spc = myIncohIntObj.data | |
333 | self.dataOutObj.nAvg = myIncohIntObj.navg |
|
333 | self.dataOutObj.nAvg = myIncohIntObj.navg | |
334 |
self.dataOutObj.m_ProcessingHeader.incoherentInt |
|
334 | self.dataOutObj.m_ProcessingHeader.incoherentInt = self.dataInObj.m_ProcessingHeader.incoherentInt*myIncohIntObj.navg | |
335 | #print "myIncohIntObj.navg: ",myIncohIntObj.navg |
|
335 | #print "myIncohIntObj.navg: ",myIncohIntObj.navg | |
336 | self.dataOutObj.flagNoData = False |
|
336 | self.dataOutObj.flagNoData = False | |
337 |
|
337 |
General Comments 0
You need to be logged in to leave comments.
Login now