pygpibtoolkit/HP3562A/mathtools.py

changeset 48
ceb2a3a4de6c
parent 46
235686915f92
child 66
2a97995628a3
--- a/pygpibtoolkit/HP3562A/mathtools.py	Thu Feb 14 19:28:10 2008 +0100
+++ b/pygpibtoolkit/HP3562A/mathtools.py	Thu Feb 14 19:28:41 2008 +0100
@@ -48,7 +48,6 @@
     fmax = spectrum.argmax()
     w = int(fmax/10) # argh
     vmax = spectrum[fmax-w:fmax+w].sum()
-    print  spectrum[fmax-w],  spectrum[fmax], spectrum[fmax+w]
     thd = (spectrum.sum()-vmax)/(vmax)
     if db:
         thd = 10*numpy.log10(thd)

mercurial