[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3593 - gnuradio/trunk/gr-radio-astronomy/src/python
From: |
mleech |
Subject: |
[Commit-gnuradio] r3593 - gnuradio/trunk/gr-radio-astronomy/src/python |
Date: |
Wed, 20 Sep 2006 19:03:42 -0600 (MDT) |
Author: mleech
Date: 2006-09-20 19:03:42 -0600 (Wed, 20 Sep 2006)
New Revision: 3593
Modified:
gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
Log:
Increased annotation-writing interval to 20 seconds, to save disk space.
Modified: gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
===================================================================
--- gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
2006-09-20 17:12:14 UTC (rev 3592)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/local_calibrator.py
2006-09-21 01:03:42 UTC (rev 3593)
@@ -81,7 +81,7 @@
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)+",")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3593 - gnuradio/trunk/gr-radio-astronomy/src/python,
mleech <=