From e5b4d7098988d54a419fac486ca13f26d15d5b2a Mon Sep 17 00:00:00 2001
From: Menno Norden <norden@astron.nl>
Date: Tue, 19 Jan 2010 15:25:12 +0000
Subject: [PATCH] bug 1315: direction beam LOFAR_LMN used

---
 LCU/StationTest/test/hbatest/determinepeak.py  | 2 +-
 LCU/StationTest/test/hbatest/hbaelementtest.py | 2 +-
 LCU/StationTest/test/hbatest/hbaquicktest.py   | 2 +-
 LCU/StationTest/test/hbatest/modemtest.sh      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/LCU/StationTest/test/hbatest/determinepeak.py b/LCU/StationTest/test/hbatest/determinepeak.py
index fe885c7c33e..1ccebf6d1ed 100644
--- a/LCU/StationTest/test/hbatest/determinepeak.py
+++ b/LCU/StationTest/test/hbatest/determinepeak.py
@@ -81,7 +81,7 @@ def main() :
     rm_files(dir_name,'*')
     os.popen3("swlevel 3");
     time.sleep(5)
-    os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&")
+    os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&")
     #os.popen("rspctl --rcumode=5 2>/dev/null")
     #os.popen("rspctl --rcuenable=1 2>/dev/null")
     for ind in range(hba_elements) :
diff --git a/LCU/StationTest/test/hbatest/hbaelementtest.py b/LCU/StationTest/test/hbatest/hbaelementtest.py
index 61ca38b1aa3..6d01449aad9 100644
--- a/LCU/StationTest/test/hbatest/hbaelementtest.py
+++ b/LCU/StationTest/test/hbatest/hbaelementtest.py
@@ -123,7 +123,7 @@ def main() :
         rm_files(dir_name,'*')
         os.popen3("swlevel 3");
         time.sleep(5)
-        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&")
+        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&")
         #os.popen("rspctl --rcumode=5 2>/dev/null")
         #os.popen("rspctl --rcuenable=1 2>/dev/null")
         time.sleep(2)
diff --git a/LCU/StationTest/test/hbatest/hbaquicktest.py b/LCU/StationTest/test/hbatest/hbaquicktest.py
index 8bbcc028820..76e506344ed 100644
--- a/LCU/StationTest/test/hbatest/hbaquicktest.py
+++ b/LCU/StationTest/test/hbatest/hbaquicktest.py
@@ -96,7 +96,7 @@ def main() :
         rm_files(dir_name,'*')
         os.popen3("swlevel 3");
         time.sleep(5)
-        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&")
+        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&")
         #os.popen("rspctl --rcumode=5 2>/dev/null")
         #os.popen("rspctl --rcuenable=1 2>/dev/null")
         for ind in range(hba_elements) :
diff --git a/LCU/StationTest/test/hbatest/modemtest.sh b/LCU/StationTest/test/hbatest/modemtest.sh
index e9be466d016..fb0ee883063 100644
--- a/LCU/StationTest/test/hbatest/modemtest.sh
+++ b/LCU/StationTest/test/hbatest/modemtest.sh
@@ -31,7 +31,7 @@ rspctl --splitter=0
 sleep 2
 
 swlevel 3
-beamctl --array=HBA --rcus=0:$nrcus --rcumode=$hbamode --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&
+beamctl --array=HBA --rcus=0:$nrcus --rcumode=$hbamode --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&
 
 sleep 5
 
-- 
GitLab