commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] gr-radio-astronomy/src/python usrp_ra_receiver.py


From: Marcus D. Leech
Subject: [Commit-gnuradio] gr-radio-astronomy/src/python usrp_ra_receiver.py
Date: Thu, 29 Jun 2006 15:50:09 +0000

CVSROOT:        /sources/gnuradio
Module name:    gr-radio-astronomy
Changes by:     Marcus D. Leech <mleech>        06/06/29 15:50:09

Modified files:
        src/python     : usrp_ra_receiver.py 

Log message:
        I think I finally have local_calibrator being imported properly. Sheesh.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gr-radio-astronomy/src/python/usrp_ra_receiver.py?cvsroot=gnuradio&r1=1.3&r2=1.4

Patches:
Index: usrp_ra_receiver.py
===================================================================
RCS file: /sources/gnuradio/gr-radio-astronomy/src/python/usrp_ra_receiver.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- usrp_ra_receiver.py 29 Jun 2006 15:43:48 -0000      1.3
+++ usrp_ra_receiver.py 29 Jun 2006 15:50:08 -0000      1.4
@@ -32,8 +32,7 @@
 from Numeric import *
 import FFT
 import ephem
-from local_calibrator *
-
+from gnuradio.local_calibrator import *
 
 class app_flow_graph(stdgui.gui_flow_graph):
     def __init__(self, frame, panel, vbox, argv):
@@ -84,7 +83,6 @@
         self.u = usrp.source_c(decim_rate=options.decim)
         self.u.set_mux(usrp.determine_rx_mux_value(self.u, 
options.rx_subdev_spec))
         self.cardtype = self.u.daughterboard_id(0)
-        print "daughtercard id is ", self.cardtype
         # Set initial declination
         self.decln = options.decln
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]