summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy/src
diff options
context:
space:
mode:
authormleech2006-09-21 01:03:42 +0000
committermleech2006-09-21 01:03:42 +0000
commit10a360549723bc9f64c97ed9bfa0acaaf514ac87 (patch)
tree77979eb359d7ab87129d2811340c97aa4e05acbc /gr-radio-astronomy/src
parent48fae4e0e218abf3199f17c6e0dc80247c236a1a (diff)
downloadgnuradio-10a360549723bc9f64c97ed9bfa0acaaf514ac87.tar.gz
gnuradio-10a360549723bc9f64c97ed9bfa0acaaf514ac87.tar.bz2
gnuradio-10a360549723bc9f64c97ed9bfa0acaaf514ac87.zip
Increased annotation-writing interval to 20 seconds, to save disk space.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3593 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-radio-astronomy/src')
-rwxr-xr-xgr-radio-astronomy/src/python/local_calibrator.py2
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 fe5b36c6c..792ee0d4d 100755
--- a/gr-radio-astronomy/src/python/local_calibrator.py
+++ b/gr-radio-astronomy/src/python/local_calibrator.py
@@ -81,7 +81,7 @@ def calib_numogate_ridge_observatory_total_power(data):
if not "calib_then_tpdat" in globals():
globals()["calib_then_tpdat"] = now
- if (now - globals()["calib_then_tpdat"]) >= 10:
+ if (now - globals()["calib_then_tpdat"]) >= 20:
globals()["calib_then_tpdat"] = now
numogate_file.write(str(ephem.hours(sidtime))+" "+flt+" Dn="+str(inter)+",")