From afd4f9a1a70c974668aae30c6f29909fa4dd447d Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Fri, 23 Jun 2017 11:56:40 +0000
Subject: [PATCH] Comment only.

---
 applications/apertif/commissioning/dish_status.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/apertif/commissioning/dish_status.sh b/applications/apertif/commissioning/dish_status.sh
index 25e0c0152a..3935a6d336 100755
--- a/applications/apertif/commissioning/dish_status.sh
+++ b/applications/apertif/commissioning/dish_status.sh
@@ -126,7 +126,7 @@ else
 
     ###############################################################################
 
-    # PPS stable? (Pre-read)
+    # PPS stable? (Pre-read restarts mesaurement interval)
     python $UPE/peripherals/util_ppsh.py --unb $UNBS --bn 0:3 -n 8 >/dev/null 2>&1
     sleep 2
     NOF_PPS_STABLE=$(python $UPE/peripherals/util_ppsh.py --unb $UNBS --bn 0:3 -n 8 | grep -c "read_ppsh_stable = OK")
@@ -147,7 +147,7 @@ else
         exit 1
     fi
 
-    # ADU stable? (Pre read)
+    # ADU stable? (Pre read restarts measurement interval)
     python $UPE/peripherals/util_aduh_quad.py --unb $UNBS --bn 0:3 --sp 0:3 -n 0 >/dev/null 2>&1
     sleep 1
     NOF_ADUH_LOCKS=$(python $UPE/peripherals/util_aduh_quad.py --unb $UNBS --bn 0:3 --sp 0:3 -n 0 | grep -c "locked and stable")
-- 
GitLab