summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)+",")