From: mleech Date: Thu, 21 Sep 2006 01:03:42 +0000 (+0000) Subject: Increased annotation-writing interval to 20 seconds, to save disk space. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=10a360549723bc9f64c97ed9bfa0acaaf514ac87;p=debian%2Fgnuradio 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 --- diff --git a/gr-radio-astronomy/src/python/local_calibrator.py b/gr-radio-astronomy/src/python/local_calibrator.py index fe5b36c6..792ee0d4 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)+",")