summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormleech2007-09-06 02:20:16 +0000
committermleech2007-09-06 02:20:16 +0000
commit8a848c1b2c49893f79a1d9ef7e8b35a25738c79d (patch)
tree99cdef895c44c0ce95618d6a25f333de6ddcc420
parentdeb2f30daebaeb9c5e2aa64278bdd8cc7e28ed61 (diff)
downloadgnuradio-8a848c1b2c49893f79a1d9ef7e8b35a25738c79d.tar.gz
gnuradio-8a848c1b2c49893f79a1d9ef7e8b35a25738c79d.tar.bz2
gnuradio-8a848c1b2c49893f79a1d9ef7e8b35a25738c79d.zip
Removed a diagnostics print
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6341 221aa14e-8319-0410-a670-987f0aec2ac5
-rwxr-xr-xgr-radio-astronomy/src/python/usrp_ra_receiver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-radio-astronomy/src/python/usrp_ra_receiver.py b/gr-radio-astronomy/src/python/usrp_ra_receiver.py
index 6107dfffb..902354528 100755
--- a/gr-radio-astronomy/src/python/usrp_ra_receiver.py
+++ b/gr-radio-astronomy/src/python/usrp_ra_receiver.py
@@ -156,7 +156,6 @@ class app_flow_graph(stdgui.gui_flow_graph):
# We change center frequencies based on nhitlines and setitimer
self.setifreq_timer = self.setitimer * (self.nhitlines * 5)
- print "setifreq_timer", self.setifreq_timer
# Create actual timer
self.seti_then = time.time()
@@ -1050,7 +1049,8 @@ class app_flow_graph(stdgui.gui_flow_graph):
self.myform['dcgain'].set_value(gain)
self.cal_mult.set_k(gain*0.01)
self.calib_coeff = gain
- self.cal_offs.set_k(self.calib_offset*(self.calib_coeff*8000))
+ x = gain/100.0
+ self.cal_offs.set_k(self.calib_offset*(x*8000))
def compute_notch_taps(self,notchlist):
NOTCH_TAPS = 256