[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnuradio-commit
Subject:    [Commit-gnuradio] gr-radio-astronomy/src/python usrp_ra_receiver.py
From:       "Marcus D. Leech" <marcus () propulsionpolymers ! com>
Date:       2006-06-29 15:50:09
Message-ID: E1FvymP-0004bG-1q () savannah ! gnu ! org
[Download RAW message or body]

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
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic