From 10a360549723bc9f64c97ed9bfa0acaaf514ac87 Mon Sep 17 00:00:00 2001 From: mleech Date: Thu, 21 Sep 2006 01:03:42 +0000 Subject: 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 --- gr-radio-astronomy/src/python/local_calibrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-radio-astronomy') 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)+",") -- cgit