@@ -1323,6 +1323,11 class SpectraHeisProc(ProcessingUnit): | |||||
1323 | self.dataOut = SpectraHeis() |
|
1323 | self.dataOut = SpectraHeis() | |
1324 |
|
1324 | |||
1325 | def __updateObjFromInput(self): |
|
1325 | def __updateObjFromInput(self): | |
|
1326 | self.dataOut.timeZone = self.dataIn.timeZone | |||
|
1327 | self.dataOut.dstFlag = self.dataIn.dstFlag | |||
|
1328 | self.dataOut.errorCount = self.dataIn.errorCount | |||
|
1329 | self.dataOut.useLocalTime = self.dataIn.useLocalTime | |||
|
1330 | ||||
1326 | self.dataOut.radarControllerHeaderObj = self.dataIn.radarControllerHeaderObj.copy()# |
|
1331 | self.dataOut.radarControllerHeaderObj = self.dataIn.radarControllerHeaderObj.copy()# | |
1327 | self.dataOut.systemHeaderObj = self.dataIn.systemHeaderObj.copy()# |
|
1332 | self.dataOut.systemHeaderObj = self.dataIn.systemHeaderObj.copy()# | |
1328 | self.dataOut.channelList = self.dataIn.channelList |
|
1333 | self.dataOut.channelList = self.dataIn.channelList |
General Comments 0
You need to be logged in to leave comments.
Login now