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