From: mleech Date: Sat, 14 Mar 2009 20:53:00 +0000 (+0000) Subject: Removed reference to DBS_RX_REV_2_1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=689dff0d4a6aeb56bc397a5922dfb7e713c55f5f;p=debian%2Fgnuradio Removed reference to DBS_RX_REV_2_1 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10600 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gr-radio-astronomy/src/python/usrp_ra_receiver.py b/gr-radio-astronomy/src/python/usrp_ra_receiver.py index fa6d02c6..c078cefd 100755 --- a/gr-radio-astronomy/src/python/usrp_ra_receiver.py +++ b/gr-radio-astronomy/src/python/usrp_ra_receiver.py @@ -426,7 +426,7 @@ class app_flow_graph(stdgui2.std_top_block): self.myform['dbname'].set_value(self.subdev[0].name()) # Set analog baseband filtering, if DBS_RX - if self.cardtype in (usrp_dbid.DBS_RX, usrp_dbid.DBS_RX_REV_2_1): + if self.cardtype == usrp_dbid.DBS_RX: lbw = (self.u.adc_freq() / self.u.decim_rate()) / 2 if lbw < 1.0e6: lbw = 1.0e6