@@ -45,6 +45,7 class SpectraPlot(Plot): | |||
|
45 | 45 | data['rti'] = dataOut.getPower() |
|
46 | 46 | data['noise'] = 10 * numpy.log10(dataOut.getNoise() / dataOut.normFactor) |
|
47 | 47 |
extrapoints = spc.shape[1] % dataOut.nFFTPoints |
|
48 | extrapoints=1 | |
|
48 | 49 | meta['xrange'] = (dataOut.getFreqRange(extrapoints) / 1000., dataOut.getAcfRange(extrapoints), dataOut.getVelRange(extrapoints)) |
|
49 | 50 | if self.CODE == 'spc_moments': |
|
50 | 51 | data['moments'] = dataOut.moments |
General Comments 0
You need to be logged in to leave comments.
Login now