Changeset 8004
- Timestamp:
- 07/09/08 16:49:48 (5 years ago)
- Files:
-
- 1 modified
-
ossiedev/trunk/tools/alf_plugins/plot/plot.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/tools/alf_plugins/plot/plot.py
r7943 r8004 1489 1489 spectrum = _Numeric.fft.helper.fftshift(spectrum) 1490 1490 self.data1 = self.initialArray.copy() 1491 self.data1=self.data1/(self.fftOrder/2) 1491 1492 self.data1.shape = (len(spectrum), 2) 1493 1492 1494 if self.plottingPeriodogram: 1493 1495 my_sp = 10 * _Numeric.log10(pow(abs(spectrum),2) + 0.00001)