diff options
-rwxr-xr-x | gr-radio-astronomy/src/python/local_calibrator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |