##// END OF EJS Templates
Bug fixed: Error found selecting Heights and Channels
Miguel Valdez -
r545:4cfe78306a91
parent child
Show More
@@ -98,7 +98,7 class VoltageProc(ProcessingUnit):
98 98 raise ValueError, "The value %d in channelIndexList is not valid" %channelIndex
99 99
100 100 # nChannels = len(channelIndexList)
101 if dataOut.flagDataAsBlock:
101 if self.dataOut.flagDataAsBlock:
102 102 """
103 103 Si la data es obtenida por bloques, dimension = [nChannels, nProfiles, nHeis]
104 104 """
@@ -217,7 +217,7 class VoltageProc(ProcessingUnit):
217 217 newdelta = deltaHeight * window
218 218 r = self.dataOut.nHeights % window
219 219
220 if dataOut.flagDataAsBlock:
220 if self.dataOut.flagDataAsBlock:
221 221 """
222 222 Si la data es obtenida por bloques, dimension = [nChannels, nProfiles, nHeis]
223 223 """
General Comments 0
You need to be logged in to leave comments. Login now