Skip to content
Snippets Groups Projects
Commit 8356d02f authored by Martin Gels's avatar Martin Gels
Browse files

BugID:1005

Changed position name of the stations.
parent bd0f2e5a
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,6 @@ namespace LOFAR ...@@ -68,7 +68,6 @@ namespace LOFAR
,itsPropertySet(0) ,itsPropertySet(0)
#endif #endif
{ {
#ifdef USE_MAC_PI #ifdef USE_MAC_PI
itsWriteToMAC = itsPS.getBool("Storage.WriteToMAC"); itsWriteToMAC = itsPS.getBool("Storage.WriteToMAC");
#endif #endif
...@@ -163,7 +162,7 @@ namespace LOFAR ...@@ -163,7 +162,7 @@ namespace LOFAR
double timeStep = itsCS1PS->integrationTime(); double timeStep = itsCS1PS->integrationTime();
LOG_TRACE_VAR_STR("timeStep = " << timeStep); LOG_TRACE_VAR_STR("timeStep = " << timeStep);
vector<double> antPos = itsCS1PS->physicalPhaseCentras(); vector<double> antPos = itsCS1PS->positions();
ASSERTSTR(antPos.size() == 3 * itsNStations, ASSERTSTR(antPos.size() == 3 * itsNStations,
antPos.size() << " == " << 3 * itsNStations); antPos.size() << " == " << 3 * itsNStations);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment