diff options
author | mleech | 2007-12-21 03:48:58 +0000 |
---|---|---|
committer | mleech | 2007-12-21 03:48:58 +0000 |
commit | 836d254439fb08c46edd6f020ab86bd02541baf1 (patch) | |
tree | a4fcc4fdaf9bb2286ec9e4451f1c4148fca9d500 /gr-radio-astronomy/src/python/usrp_psr_receiver.py | |
parent | 374447978631cc38b18495f9a17d2fe1c85e1046 (diff) | |
download | gnuradio-836d254439fb08c46edd6f020ab86bd02541baf1.tar.gz gnuradio-836d254439fb08c46edd6f020ab86bd02541baf1.tar.bz2 gnuradio-836d254439fb08c46edd6f020ab86bd02541baf1.zip |
Fixed calls to ra_stripchartsink and ra_fftsink
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7235 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-radio-astronomy/src/python/usrp_psr_receiver.py')
-rwxr-xr-x | gr-radio-astronomy/src/python/usrp_psr_receiver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-radio-astronomy/src/python/usrp_psr_receiver.py b/gr-radio-astronomy/src/python/usrp_psr_receiver.py index 6b430be6c..fba0a3e38 100755 --- a/gr-radio-astronomy/src/python/usrp_psr_receiver.py +++ b/gr-radio-astronomy/src/python/usrp_psr_receiver.py @@ -309,7 +309,7 @@ class app_flow_graph(stdgui2.std_top_block): hz = "%5.3fHz " % self.pulse_freq per = "(%5.3f sec)" % (1.0/self.pulse_freq) sr = "%d sps" % (int(self.pulse_freq*self.folding)) - self.chart = ra_stripchartsink.stripchart_sink_f (self, panel, + self.chart = ra_stripchartsink.stripchart_sink_f (panel, sample_rate=1, stripsize=self.folding*FOLD_MULT, parallel=True, title="Pulse Profiles: "+hz+per, xlabel="Seconds @ "+sr, ylabel="Level", autoscale=True, |