commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10285 - gnuradio/trunk/gr-radio-astronomy/src/python


From: mleech
Subject: [Commit-gnuradio] r10285 - gnuradio/trunk/gr-radio-astronomy/src/python
Date: Wed, 21 Jan 2009 21:27:53 -0700 (MST)

Author: mleech
Date: 2009-01-21 21:27:38 -0700 (Wed, 21 Jan 2009)
New Revision: 10285

Modified:
   gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
Log:
Fixed short-form name for --notch_taps



Modified: gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
===================================================================
--- gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py    
2009-01-22 01:02:08 UTC (rev 10284)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py    
2009-01-22 04:27:38 UTC (rev 10285)
@@ -82,7 +82,7 @@
                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()





reply via email to

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