[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3570 - gnuradio/trunk/gr-radio-astronomy/src/python
From: |
mleech |
Subject: |
[Commit-gnuradio] r3570 - gnuradio/trunk/gr-radio-astronomy/src/python |
Date: |
Mon, 18 Sep 2006 17:20:45 -0600 (MDT) |
Author: mleech
Date: 2006-09-18 17:20:45 -0600 (Mon, 18 Sep 2006)
New Revision: 3570
Modified:
gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
Log:
Updated proportionality constant
Modified: gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
===================================================================
--- gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
2006-09-18 22:10:53 UTC (rev 3569)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
2006-09-18 23:20:45 UTC (rev 3570)
@@ -65,7 +65,7 @@
rainbow_file = open (filenamestr+".tpdat","a")
- r = (data / 4096.0)
+ r = (data / 409.6)
flt = "%6.3f" % r
#r = calib_default_total_power(data)
inter = globals()["calib_decln"]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3570 - gnuradio/trunk/gr-radio-astronomy/src/python,
mleech <=