@@ -1259,8 +1259,7 class RTIfromSpectraHeis(Figure): | |||
|
1259 | 1259 | |
|
1260 | 1260 | tmin = None |
|
1261 | 1261 | tmax = None |
|
1262 | x = dataOut.getTimeRange() | |
|
1263 | y = dataOut.getHeiRange() | |
|
1262 | ||
|
1264 | 1263 | |
|
1265 | 1264 | factor = 1 |
|
1266 | 1265 | data = dataOut.data_spc/factor |
@@ -1283,6 +1282,9 class RTIfromSpectraHeis(Figure): | |||
|
1283 | 1282 | xlabel = "Local Time" |
|
1284 | 1283 | ylabel = "Intensity (dB)" |
|
1285 | 1284 | |
|
1285 | x = dataOut.getTimeRange() | |
|
1286 | y = dataOut.getHeiRange() | |
|
1287 | ||
|
1286 | 1288 | if not self.__isConfig: |
|
1287 | 1289 | |
|
1288 | 1290 | nplots = 1 |
General Comments 0
You need to be logged in to leave comments.
Login now