summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy/src/python/usrp_ra_receiver.py
diff options
context:
space:
mode:
authormleech2009-01-22 04:27:38 +0000
committermleech2009-01-22 04:27:38 +0000
commite6934619731b56a6090d17c4354e5ad4e291971c (patch)
treea8c203dd59bf35469988984b5d2218140980a2d5 /gr-radio-astronomy/src/python/usrp_ra_receiver.py
parent4f46841cdf9e0de686255eed37f8889783d3d386 (diff)
downloadgnuradio-e6934619731b56a6090d17c4354e5ad4e291971c.tar.gz
gnuradio-e6934619731b56a6090d17c4354e5ad4e291971c.tar.bz2
gnuradio-e6934619731b56a6090d17c4354e5ad4e291971c.zip
Fixed short-form name for --notch_taps
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10285 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-radio-astronomy/src/python/usrp_ra_receiver.py')
-rwxr-xr-xgr-radio-astronomy/src/python/usrp_ra_receiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-radio-astronomy/src/python/usrp_ra_receiver.py b/gr-radio-astronomy/src/python/usrp_ra_receiver.py
index cf886a41a..d76c4807e 100755
--- a/gr-radio-astronomy/src/python/usrp_ra_receiver.py
+++ b/gr-radio-astronomy/src/python/usrp_ra_receiver.py
@@ -82,7 +82,7 @@ class app_flow_graph(stdgui2.std_top_block):
parser.add_option("-D", "--switch_mode", action="store_true", default=False, help="Dicke Switching mode")
parser.add_option("-P", "--reference_divisor", type="eng_float", default=1.0, help="Reference Divisor")
parser.add_option("-U", "--ref_fifo", default="@@@@")
- parser.add_option("-h", "--notch_taps", type="int", default=64, help="Number of notch taps")
+ parser.add_option("-k", "--notch_taps", type="int", default=64, help="Number of notch taps")
parser.add_option("-n", "--notches", action="store_true",
default=False, help="Notch frequencies after all other args")
(options, args) = parser.parse_args()