Increased annotation-writing interval to 20 seconds, to save disk space.
authormleech <mleech@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 21 Sep 2006 01:03:42 +0000 (01:03 +0000)
committermleech <mleech@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 21 Sep 2006 01:03:42 +0000 (01:03 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3593 221aa14e-8319-0410-a670-987f0aec2ac5

gr-radio-astronomy/src/python/local_calibrator.py

index fe5b36c6cbe3b889f57f81e4ffe9316a4f92dda8..792ee0d4d424450cba221e537fd1ba1ccded6fdb 100755 (executable)
@@ -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)+",")