##// END OF EJS Templates
merge jroproc
José Chávez -
r1068:7913bb2031b1
parent child
Show More
@@ -111,14 +111,10 class SpectraProc(ProcessingUnit):
111
111
112 if self.dataIn.type == "Spectra":
112 if self.dataIn.type == "Spectra":
113 self.dataOut.copy(self.dataIn)
113 self.dataOut.copy(self.dataIn)
114 <<<<<<< HEAD
115 # self.__selectPairs(pairsList)
116 =======
117 if not pairsList:
114 if not pairsList:
118 pairsList = itertools.combinations(self.dataOut.channelList, 2)
115 pairsList = itertools.combinations(self.dataOut.channelList, 2)
119 if self.dataOut.data_cspc is not None:
116 if self.dataOut.data_cspc is not None:
120 self.__selectPairs(pairsList)
117 self.__selectPairs(pairsList)
121 >>>>>>> 8048843f4edfb980d0968f42f82054783b84e1cc
122 return True
118 return True
123
119
124 if self.dataIn.type == "Voltage":
120 if self.dataIn.type == "Voltage":
General Comments 0
You need to be logged in to leave comments. Login now