@@ -147,7 +147,7 class SpectraHeisScope(Figure): | |||||
147 | for i in range(len(self.axesList)): |
|
147 | for i in range(len(self.axesList)): | |
148 | ychannel = y[i,:] |
|
148 | ychannel = y[i,:] | |
149 | str_datetime = '%s %s'%(thisDatetime.strftime("%Y/%m/%d"),thisDatetime.strftime("%H:%M:%S")) |
|
149 | str_datetime = '%s %s'%(thisDatetime.strftime("%Y/%m/%d"),thisDatetime.strftime("%H:%M:%S")) | |
150 | title = "Channel %d: %4.2fdB: %s" %(i, numpy.max(ychannel), str_datetime) |
|
150 | title = "Channel %d: %4.2fdB: %s" %(dataOut.channelList[channelIndexList[i]], numpy.max(ychannel), str_datetime) | |
151 | axes = self.axesList[i] |
|
151 | axes = self.axesList[i] | |
152 | axes.pline(x, ychannel, |
|
152 | axes.pline(x, ychannel, | |
153 | xmin=xmin, xmax=xmax, ymin=ymin, ymax=ymax, |
|
153 | xmin=xmin, xmax=xmax, ymin=ymin, ymax=ymax, |
General Comments 0
You need to be logged in to leave comments.
Login now