From 7c36abd16c12279fbfb29c30662cd3e96f8252e5 Mon Sep 17 00:00:00 2001 From: mleech Date: Mon, 18 Sep 2006 23:20:45 +0000 Subject: Updated proportionality constant git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3570 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-radio-astronomy/src/python/local_calibrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-radio-astronomy/src/python/local_calibrator.py b/gr-radio-astronomy/src/python/local_calibrator.py index 1873136cb..f787cef16 100755 --- a/gr-radio-astronomy/src/python/local_calibrator.py +++ b/gr-radio-astronomy/src/python/local_calibrator.py @@ -65,7 +65,7 @@ def calib_numogate_ridge_observatory_total_power(data): 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"] -- cgit