summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug that under-flowed self.notchesmleech2009-01-031-1/+1
* Bumped up resolution of notch filter from 16 taps to 128 taps.mleech2009-01-011-10/+10
* Fixed handling of out-of-range NOTCH specificationsmleech2008-12-301-4/+6
* Turned set_bw() back on...mleech2008-12-301-3/+3
* Brought back support for notch filtering--both clicky in FFT display, and onmleech2008-12-282-54/+140
* Updated Sunset/Sunrise functions to latest PyEphem APImleech2008-12-211-1/+3
* Added support for --switch_mode, along with an external switcher interface vi...mleech2008-08-201-24/+109
* Added --interferometer, to allow correlation interferometry when you havemleech2008-08-191-1062/+1154
* Added support for dual_mode (for dual-polarization) removed two layers ofmleech2008-08-181-105/+120
* Merged build_config branch into trunk:michaelld2008-02-211-1/+1
* Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GN...jcorgan2008-02-081-3/+4
* Fixed io_signature errors caused by whole new block structure.mleech2007-12-231-1/+7
* Fixed problems caused by upgrade to stdgui2, etc.mleech2007-12-231-19/+22
* Fixed calls to ra_stripchartsink and ra_fftsinkmleech2007-12-212-4/+4
* Updated to numpy.fft from Numeric.FFTmleech2007-12-101-2/+3
* Updated to numpy.fft from Numeric.FFTmleech2007-12-101-2/+2
* Implements ticket:208jcorgan2007-11-276-106/+66
* Removed a diagnostics printmleech2007-09-061-2/+2
* Updated to use Dave Wards code.mleech2007-09-061-149/+310
* Updated to use a variant of Dave Wards waterfallsink.pymleech2007-09-061-39/+82
* Changed to use numpy instead of Numericmleech2007-08-131-8/+8
* Made --notches code more robust--error checks, and it now also "tracks"mleech2007-08-011-23/+35
* Added an experimental feature for listing notch frequencies on the command linemleech2007-07-311-42/+61
* Extended the range of the offset controls so that it now covers -750 to +750mleech2007-07-301-4/+12
* Added GUI for post-detector offset and gain. Previously these were carriedmleech2007-07-301-11/+33
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2112-12/+12
* DBS_RX_2_1 --> DBS_RX_REV_2_1mleech2007-05-301-1/+1
* Changed detector chain in usrp_psr_receiver to use complex_to_mag_squared.mleech2007-05-292-30/+8
* Changed a chain of split/multiply/add for the detector into a singlemleech2007-04-211-33/+40
* Added control button for turning scanning on/off in SETI mode.mleech2007-03-281-2/+25
* Fixed syntax error that was previously not caught by Python.mleech2007-03-152-2/+2
* Increased FFT average upper limit to 3000, from 2000mleech2007-03-151-3/+3
* Merged eb/usrp-install r4723:4727 into trunk.eb2007-03-072-2/+2
* Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues wi...jcorgan2007-02-261-3/+3
* Fixed bug in write_hits--was using wrong index variable.mleech2006-10-271-11/+13
* Added notation tag to continuum log file indicating whether the Sun is in themleech2006-10-241-7/+57
* Added "Spectral Cursor" functionality into the waterfall display.mleech2006-10-112-14/+20
* Made SETI mode remove the continuum components. Because of themleech2006-10-101-94/+106
* Removed --calib_eqn, added more internal documentation on the SETI mode.mleech2006-10-101-6/+44
* Improved SETI mode--added 1Mhz swath scanning, and reduced SETI mode FFTmleech2006-10-102-52/+112
* Added waterfall display, and SETI processing options to usrp_ra_receiver, whichmleech2006-10-073-7/+661
* Changed data logging significantly, in that for continuum data, the datamleech2006-10-045-172/+224
* Added --audio_dev option.mleech2006-09-231-1/+3
* updated FSF street addresseb2006-09-212-4/+4
* Increased annotation-writing interval to 20 seconds, to save disk space.mleech2006-09-211-1/+1
* Added more annotation data to data files, including center frequency, mleech2006-09-201-6/+37
* Updated the way the LPF bandwidth is set on daughtercard, if DBS_RX.mleech2006-09-182-7/+13
* Updated proportionality constantmleech2006-09-181-1/+1
* Updated FSF address in all files. Fixes ticket:51eb2006-09-1311-22/+22
* Changed calculation of receive power from squared I+Qmleech2006-09-051-3/+4