From 8356d02f59bc4ac1c8c80a6b906ad804d7ed8e30 Mon Sep 17 00:00:00 2001
From: Martin Gels <gels@astron.nl>
Date: Wed, 30 May 2007 14:29:35 +0000
Subject: [PATCH] BugID:1005

Changed position name of the stations.
---
 Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc b/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc
index c5c5bfb40b9..c83f0f32ce0 100644
--- a/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc
+++ b/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc
@@ -68,7 +68,6 @@ namespace LOFAR
       ,itsPropertySet(0)
 #endif
     {
-
 #ifdef USE_MAC_PI
       itsWriteToMAC = itsPS.getBool("Storage.WriteToMAC");
 #endif
@@ -163,7 +162,7 @@ namespace LOFAR
       double timeStep = itsCS1PS->integrationTime();
       LOG_TRACE_VAR_STR("timeStep = " << timeStep);
       
-      vector<double> antPos = itsCS1PS->physicalPhaseCentras();
+      vector<double> antPos = itsCS1PS->positions();
       ASSERTSTR(antPos.size() == 3 * itsNStations,
                 antPos.size() << " == " << 3 * itsNStations);
 
-- 
GitLab